Color Hex Logo

#bfb072 Color Hex

#BFB072
(191,176,114)
0 Favorites   0 Comments

Color spaces of #bfb072

RGB 191176114
HSL0.130.380.60
HSV48°40°75°
CMYK 0.000.080.40   0.25
XYZ40.048543.341922.1746
Yxy43.34190.37940.4106
Hunter Lab65.8346-6.625326.1140
CIE-Lab71.7864-3.543933.6869

#bfb072 color RGB value is (191,176,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10110000 01110010
Octal 277 260 162
Decimal 191 176 114
Hex BF B0 72

RGB Percentages of Color #bfb072

%39.71
%36.59
%23.70

CMYK Percentages of Color #bfb072

%0
%8
%40
%25

Triadic Colors of #bfb072

#bfb072 #72bfb0 #b072bf

Analogous Colors of #bfb072

#bfb072 #a8bf72 #bf8a72

Monochromatic Colors of #bfb072

#bfb072

Complementary Color

#bfb072 #7281bf

#bfb072 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfb072 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfb072 Color CSS Codes

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

#bfb072 Text Font Color

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

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


#bfb072 Background Color

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

This div background color is #bfb072


#bfb072 Border Color

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

This div border color is #bfb072


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(191,176,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 #bfb072">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfb072


Comments

No comments written yet.

Please login to write comment.