Color Hex Logo

#bfb174 Color Hex

#BFB174
(191,177,116)
0 Favorites   0 Comments

Color spaces of #bfb174

RGB 191177116
HSL0.140.370.60
HSV49°39°75°
CMYK 0.000.070.39   0.25
XYZ40.360443.781622.8465
Yxy43.78160.37720.4092
Hunter Lab66.1677-6.913525.8456
CIE-Lab72.0823-3.848633.0204

#bfb174 color RGB value is (191,177,116).

#bfb174 hex color red value is 191, green value is 177 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #bfb174 hue: 0.14 , saturation: 0.37 and the lightness value of bfb174 is 0.60.

The process color (four color CMYK) of #bfb174 color hex is 0.00, 0.07, 0.39, 0.25. Web safe color of #bfb174 is #cc9966. Color #bfb174 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10110001 01110100
Octal 277 261 164
Decimal 191 177 116
Hex BF B1 74

RGB Percentages of Color #bfb174

%39.46
%36.57
%23.97

CMYK Percentages of Color #bfb174

%0
%7
%39
%25

Triadic Colors of #bfb174

#bfb174 #74bfb1 #b174bf

Analogous Colors of #bfb174

#bfb174 #a8bf74 #bf8c74

Monochromatic Colors of #bfb174

#bfb174

Complementary Color

#bfb174 #7482bf

#bfb174 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfb174 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfb174 Color CSS Codes

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

#bfb174 Text Font Color

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

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


#bfb174 Background Color

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

This div background color is #bfb174


#bfb174 Border Color

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

This div border color is #bfb174


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfb174


Comments

No comments written yet.

Please login to write comment.