Color Hex Logo

#bfab7c Color Hex

#BFAB7C
(191,171,124)
0 Favorites   0 Comments

Color spaces of #bfab7c

RGB 191171124
HSL0.120.340.62
HSV42°35°75°
CMYK 0.000.100.35   0.25
XYZ39.686941.657425.0177
Yxy41.65740.37310.3917
Hunter Lab64.5425-3.190722.1980
CIE-Lab70.63410.291526.8720

#bfab7c color RGB value is (191,171,124).

#bfab7c hex color red value is 191, green value is 171 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #bfab7c hue: 0.12 , saturation: 0.34 and the lightness value of bfab7c is 0.62.

The process color (four color CMYK) of #bfab7c color hex is 0.00, 0.10, 0.35, 0.25. Web safe color of #bfab7c is #cc9966. Color #bfab7c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10101011 01111100
Octal 277 253 174
Decimal 191 171 124
Hex BF AB 7C

RGB Percentages of Color #bfab7c

%39.30
%35.19
%25.51

CMYK Percentages of Color #bfab7c

%0
%10
%35
%25

Triadic Colors of #bfab7c

#bfab7c #7cbfab #ab7cbf

Analogous Colors of #bfab7c

#bfab7c #b2bf7c #bf8a7c

Monochromatic Colors of #bfab7c

#bfab7c

Complementary Color

#bfab7c #7c90bf

#bfab7c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfab7c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfab7c Color CSS Codes

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

#bfab7c Text Font Color

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

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


#bfab7c Background Color

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

This div background color is #bfab7c


#bfab7c Border Color

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

This div border color is #bfab7c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfab7c

#bfab7c Color Palettes


Comments

No comments written yet.

Please login to write comment.