Color Hex Logo

#bfb952 Color Hex

#BFB952
(191,185,82)
0 Favorites   0 Comments

Color spaces of #bfb952

RGB 19118582
HSL0.160.460.54
HSV57°57°75°
CMYK 0.000.030.57   0.25
XYZ40.357846.383514.8085
Yxy46.38350.39740.4568
Hunter Lab68.1054-13.409334.7821
CIE-Lab73.7937-11.233551.9645

#bfb952 color RGB value is (191,185,82).

#bfb952 hex color red value is 191, green value is 185 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #bfb952 hue: 0.16 , saturation: 0.46 and the lightness value of bfb952 is 0.54.

The process color (four color CMYK) of #bfb952 color hex is 0.00, 0.03, 0.57, 0.25. Web safe color of #bfb952 is #cccc66. Color #bfb952 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10111001 01010010
Octal 277 271 122
Decimal 191 185 82
Hex BF B9 52

RGB Percentages of Color #bfb952

%41.70
%40.39
%17.90

CMYK Percentages of Color #bfb952

%0
%3
%57
%25

Triadic Colors of #bfb952

#bfb952 #52bfb9 #b952bf

Analogous Colors of #bfb952

#bfb952 #8fbf52 #bf8352

Monochromatic Colors of #bfb952

#bfb952

Complementary Color

#bfb952 #5258bf

#bfb952 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfb952 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfb952 Color CSS Codes

.mybgcolor {background-color:#bfb952; } 
.myforecolor {color:#bfb952; }
.mybordercolor {border:3px solid #bfb952; }

#bfb952 Text Font Color

<p style="color:#bfb952">Text here</p>

This sample text font color is #bfb952
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#bfb952 Background Color

<div style="background-color:#bfb952">
Div content here</div>

This div background color is #bfb952


#bfb952 Border Color

<div style="border:3px solid #bfb952">
Div here</div>

This div border color is #bfb952


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(191,185,82, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bfb952; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bfb952;
  -webkit-box-shadow: 1px 1px 3px 2px #bfb952;
  box-shadow:         1px 1px 3px 2px #bfb952; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(191,185,82, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #bfb952">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #bfb952;
  -webkit-box-shadow: 1px 1px 3px 2px #bfb952;
  box-shadow:         1px 1px 3px 2px #bfb952;">
Div content here</div>

This div box has shadow with color #bfb952


Comments

No comments written yet.

Please login to write comment.