Color Hex Logo

#bfbb53 Color Hex

#BFBB53
(191,187,83)
0 Favorites   0 Comments

Color spaces of #bfbb53

RGB 19118783
HSL0.160.460.54
HSV58°57°75°
CMYK 0.000.020.57   0.25
XYZ40.817547.241515.1508
Yxy47.24150.39550.4577
Hunter Lab68.7325-14.277735.0433
CIE-Lab74.3440-12.183952.1268

#bfbb53 color RGB value is (191,187,83).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10111011 01010011
Octal 277 273 123
Decimal 191 187 83
Hex BF BB 53

RGB Percentages of Color #bfbb53

%41.43
%40.56
%18.00

CMYK Percentages of Color #bfbb53

%0
%2
%57
%25

Triadic Colors of #bfbb53

#bfbb53 #53bfbb #bb53bf

Analogous Colors of #bfbb53

#bfbb53 #8dbf53 #bf8553

Monochromatic Colors of #bfbb53

#bfbb53

Complementary Color

#bfbb53 #5357bf

#bfbb53 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfbb53 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfbb53 Color CSS Codes

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

#bfbb53 Text Font Color

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

This sample text font color is #bfbb53
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.


#bfbb53 Background Color

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

This div background color is #bfbb53


#bfbb53 Border Color

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

This div border color is #bfbb53


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfbb53


Comments

No comments written yet.

Please login to write comment.