Color Hex Logo

#bfb472 Color Hex

#BFB472
(191,180,114)
0 Favorites   0 Comments

Color spaces of #bfb472

RGB 191180114
HSL0.140.380.60
HSV51°40°75°
CMYK 0.000.060.40   0.25
XYZ40.844444.933822.4399
Yxy44.93380.37740.4152
Hunter Lab67.0327-8.543427.0749
CIE-Lab72.8483-5.654135.0503

#bfb472 color RGB value is (191,180,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10110100 01110010
Octal 277 264 162
Decimal 191 180 114
Hex BF B4 72

RGB Percentages of Color #bfb472

%39.38
%37.11
%23.51

CMYK Percentages of Color #bfb472

%0
%6
%40
%25

Triadic Colors of #bfb472

#bfb472 #72bfb4 #b472bf

Analogous Colors of #bfb472

#bfb472 #a4bf72 #bf8e72

Monochromatic Colors of #bfb472

#bfb472

Complementary Color

#bfb472 #727dbf

#bfb472 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfb472 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfb472 Color CSS Codes

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

#bfb472 Text Font Color

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

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


#bfb472 Background Color

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

This div background color is #bfb472


#bfb472 Border Color

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

This div border color is #bfb472


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfb472


Comments

No comments written yet.

Please login to write comment.