Color Hex Logo

#bfa36b Color Hex

#BFA36B
(191,163,107)
0 Favorites   0 Comments

Color spaces of #bfa36b

RGB 191163107
HSL0.110.400.58
HSV40°44°75°
CMYK 0.000.150.44   0.25
XYZ37.236938.332319.3462
Yxy38.33230.39230.4039
Hunter Lab61.9131-0.991224.8126
CIE-Lab68.26482.649732.8474

#bfa36b color RGB value is (191,163,107).

#bfa36b hex color red value is 191, green value is 163 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #bfa36b hue: 0.11 , saturation: 0.40 and the lightness value of bfa36b is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10100011 01101011
Octal 277 243 153
Decimal 191 163 107
Hex BF A3 6B

RGB Percentages of Color #bfa36b

%41.43
%35.36
%23.21

CMYK Percentages of Color #bfa36b

%0
%15
%44
%25

Triadic Colors of #bfa36b

#bfa36b #6bbfa3 #a36bbf

Analogous Colors of #bfa36b

#bfa36b #b1bf6b #bf796b

Monochromatic Colors of #bfa36b

#bfa36b

Complementary Color

#bfa36b #6b87bf

#bfa36b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfa36b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfa36b Color CSS Codes

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

#bfa36b Text Font Color

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

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


#bfa36b Background Color

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

This div background color is #bfa36b


#bfa36b Border Color

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

This div border color is #bfa36b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfa36b


Comments

No comments written yet.

Please login to write comment.