#BBAF71

Color #BBAF71 Dark Khaki (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Khaki #BBAF71

Tints of Dark Khaki #BBAF71

Color information

#BBAF71 (or 0xBBAF71) is unknown color: approx Dark Khaki. HEX triplet: BB, AF and 71. RGB value is (187,175,113). Sum of RGB (Red+Green+Blue) = 187+175+113=475 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.37% from 475); Green value is 175 (68.75% from 255 or 36.84% from 475); Blue value is 113 (44.53% from 255 or 23.79% from 475); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAF71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAF71 is #44508E. Grayscale: #ABABAB. Windows color (decimal): -4477071 or 7450555. OLE color: 7450555.

HSL color Cylindrical-coordinate representation of color #BBAF71: hue angle of 50.27º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BBAF71 is Cyan = 0, Magento = 0.06, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB187175113-
CMYK00.060.400.27
HSL50.27º35.24%58.82%-
HSV(B)50.27º39.57%73.33%-
XYZ38.842.4221.76-
YUV171.5294.98139.04-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 187 (73.44% from 255) = 39.37%
GREEN value IS 175 (68.75% from 255) = 36.84%
BLUE value IS 113 (44.53% from 255) = 23.79%
R=39.37%
G=36.84%
B=23.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717511300.060.400.2750.2735.2458.82
HexBBAF7106281B32233b
Octal273257161065033624373
Binary10111011101011111110001011010100011011110010100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAF71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAF71; }

 p { color: rgb(187,175,113); }

 H1.HeaderClassName
 {
   color: #BBAF71;
 }
 .AnyTagClassName
 {
   color: #BBAF71;
 }
</style>
background-color css

<style>
 a { background-color: #BBAF71; }

 a { background-color: rgb(187,175,113); }

 div.DivClassName
 {
   background-color: #BBAF71;
 }
 .BgClassName
 {
   background-color: #BBAF71;
 }
</style>
border-color css

<style>
 span { border-color: #BBAF71; }

 span { border-color: rgb(187,175,113); }

 td.TdClassName
 {
   border-color: #BBAF71;
 }
 .TagClassName
 {
   border-color: #BBAF71;
 }
</style>