Color Hex Logo

#bfb477 Color Hex

#BFB477
(191,180,119)
0 Favorites   0 Comments

Color spaces of #bfb477

RGB 191180119
HSL0.140.360.61
HSV51°38°75°
CMYK 0.000.060.38   0.25
XYZ41.136945.050823.9803
Yxy45.05080.37340.4089
Hunter Lab67.1199-8.059525.8011
CIE-Lab72.9253-5.087632.5396

#bfb477 color RGB value is (191,180,119).

#bfb477 hex color red value is 191, green value is 180 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #bfb477 hue: 0.14 , saturation: 0.36 and the lightness value of bfb477 is 0.61.

The process color (four color CMYK) of #bfb477 color hex is 0.00, 0.06, 0.38, 0.25. Web safe color of #bfb477 is #cccc66. Color #bfb477 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10110100 01110111
Octal 277 264 167
Decimal 191 180 119
Hex BF B4 77

RGB Percentages of Color #bfb477

%38.98
%36.73
%24.29

CMYK Percentages of Color #bfb477

%0
%6
%38
%25

Triadic Colors of #bfb477

#bfb477 #77bfb4 #b477bf

Analogous Colors of #bfb477

#bfb477 #a6bf77 #bf9077

Monochromatic Colors of #bfb477

#bfb477

Complementary Color

#bfb477 #7782bf

#bfb477 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfb477 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfb477 Color CSS Codes

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

#bfb477 Text Font Color

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

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


#bfb477 Background Color

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

This div background color is #bfb477


#bfb477 Border Color

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

This div border color is #bfb477


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfb477


Comments

No comments written yet.

Please login to write comment.