Color Hex Logo

#bfa37b Color Hex

#BFA37B
(191,163,123)
0 Favorites   0 Comments

Color spaces of #bfa37b

RGB 191163123
HSL0.100.350.62
HSV35°36°75°
CMYK 0.000.150.36   0.25
XYZ38.158238.700824.1977
Yxy38.70080.37760.3830
Hunter Lab62.21000.620520.4851
CIE-Lab68.53404.482324.6044

#bfa37b color RGB value is (191,163,123).

#bfa37b hex color red value is 191, green value is 163 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #bfa37b hue: 0.10 , saturation: 0.35 and the lightness value of bfa37b is 0.62.

The process color (four color CMYK) of #bfa37b color hex is 0.00, 0.15, 0.36, 0.25. Web safe color of #bfa37b is #cc9966. Color #bfa37b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10100011 01111011
Octal 277 243 173
Decimal 191 163 123
Hex BF A3 7B

RGB Percentages of Color #bfa37b

%40.04
%34.17
%25.79

CMYK Percentages of Color #bfa37b

%0
%15
%36
%25

Triadic Colors of #bfa37b

#bfa37b #7bbfa3 #a37bbf

Analogous Colors of #bfa37b

#bfa37b #b9bf7b #bf817b

Monochromatic Colors of #bfa37b

#bfa37b

Complementary Color

#bfa37b #7b97bf

#bfa37b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfa37b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfa37b Color CSS Codes

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

#bfa37b Text Font Color

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

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


#bfa37b Background Color

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

This div background color is #bfa37b


#bfa37b Border Color

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

This div border color is #bfa37b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfa37b


Comments

No comments written yet.

Please login to write comment.