Color Hex Logo

#bfaf6b Color Hex

#BFAF6B
(191,175,107)
0 Favorites   0 Comments

Color spaces of #bfaf6b

RGB 191175107
HSL0.130.400.58
HSV49°44°75°
CMYK 0.000.080.44   0.25
XYZ39.469742.797820.0905
Yxy42.79780.38560.4181
Hunter Lab65.4200-6.791127.5861
CIE-Lab71.4175-3.768536.8592

#bfaf6b color RGB value is (191,175,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10101111 01101011
Octal 277 257 153
Decimal 191 175 107
Hex BF AF 6B

RGB Percentages of Color #bfaf6b

%40.38
%37.00
%22.62

CMYK Percentages of Color #bfaf6b

%0
%8
%44
%25

Triadic Colors of #bfaf6b

#bfaf6b #6bbfaf #af6bbf

Analogous Colors of #bfaf6b

#bfaf6b #a5bf6b #bf856b

Monochromatic Colors of #bfaf6b

#bfaf6b

Complementary Color

#bfaf6b #6b7bbf

#bfaf6b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfaf6b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfaf6b Color CSS Codes

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

#bfaf6b Text Font Color

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

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


#bfaf6b Background Color

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

This div background color is #bfaf6b


#bfaf6b Border Color

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

This div border color is #bfaf6b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfaf6b


Comments

No comments written yet.

Please login to write comment.