Color Hex Logo

#bfb173 Color Hex

#BFB173
(191,177,115)
0 Favorites   0 Comments

Color spaces of #bfb173

RGB 191177115
HSL0.140.370.60
HSV49°40°75°
CMYK 0.000.070.40   0.25
XYZ40.302543.758522.5417
Yxy43.75850.37810.4105
Hunter Lab66.1502-7.010426.1012
CIE-Lab72.0668-3.961633.5245

#bfb173 color RGB value is (191,177,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10110001 01110011
Octal 277 261 163
Decimal 191 177 115
Hex BF B1 73

RGB Percentages of Color #bfb173

%39.54
%36.65
%23.81

CMYK Percentages of Color #bfb173

%0
%7
%40
%25

Triadic Colors of #bfb173

#bfb173 #73bfb1 #b173bf

Analogous Colors of #bfb173

#bfb173 #a7bf73 #bf8b73

Monochromatic Colors of #bfb173

#bfb173

Complementary Color

#bfb173 #7381bf

#bfb173 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfb173 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfb173 Color CSS Codes

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

#bfb173 Text Font Color

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

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


#bfb173 Background Color

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

This div background color is #bfb173


#bfb173 Border Color

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

This div border color is #bfb173


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfb173


Comments

No comments written yet.

Please login to write comment.