Color Hex Logo

#bfbb70 Color Hex

#BFBB70
(191,187,112)
0 Favorites   0 Comments

Color spaces of #bfbb70

RGB 191187112
HSL0.160.380.59
HSV57°41°75°
CMYK 0.000.020.41   0.25
XYZ42.180847.786922.3299
Yxy47.78690.37560.4255
Hunter Lab69.1281-12.056429.2377
CIE-Lab74.6903-9.522938.4196

#bfbb70 color RGB value is (191,187,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10111011 01110000
Octal 277 273 160
Decimal 191 187 112
Hex BF BB 70

RGB Percentages of Color #bfbb70

%38.98
%38.16
%22.86

CMYK Percentages of Color #bfbb70

%0
%2
%41
%25

Triadic Colors of #bfbb70

#bfbb70 #70bfbb #bb70bf

Analogous Colors of #bfbb70

#bfbb70 #9cbf70 #bf9470

Monochromatic Colors of #bfbb70

#bfbb70

Complementary Color

#bfbb70 #7074bf

#bfbb70 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfbb70 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfbb70 Color CSS Codes

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

#bfbb70 Text Font Color

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

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


#bfbb70 Background Color

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

This div background color is #bfbb70


#bfbb70 Border Color

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

This div border color is #bfbb70


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfbb70


Comments

No comments written yet.

Please login to write comment.