Color Hex Logo

#bfb172 Color Hex

#BFB172
(191,177,114)
0 Favorites   0 Comments

Color spaces of #bfb172

RGB 191177114
HSL0.140.380.60
HSV49°40°75°
CMYK 0.000.070.40   0.25
XYZ40.245343.735622.2402
Yxy43.73560.37890.4117
Hunter Lab66.1329-7.106126.3541
CIE-Lab72.0514-4.073234.0279

#bfb172 color RGB value is (191,177,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10110001 01110010
Octal 277 261 162
Decimal 191 177 114
Hex BF B1 72

RGB Percentages of Color #bfb172

%39.63
%36.72
%23.65

CMYK Percentages of Color #bfb172

%0
%7
%40
%25

Triadic Colors of #bfb172

#bfb172 #72bfb1 #b172bf

Analogous Colors of #bfb172

#bfb172 #a7bf72 #bf8b72

Monochromatic Colors of #bfb172

#bfb172

Complementary Color

#bfb172 #7280bf

#bfb172 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfb172 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfb172 Color CSS Codes

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

#bfb172 Text Font Color

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

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


#bfb172 Background Color

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

This div background color is #bfb172


#bfb172 Border Color

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

This div border color is #bfb172


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfb172


Comments

No comments written yet.

Please login to write comment.