#BBAE71

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

Shades of Dark Khaki #BBAE71

Tints of Dark Khaki #BBAE71

Color information

#BBAE71 (or 0xBBAE71) is unknown color: approx Dark Khaki. HEX triplet: BB, AE and 71. RGB value is (187,174,113). Sum of RGB (Red+Green+Blue) = 187+174+113=474 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.45% from 474); Green value is 174 (68.36% from 255 or 36.71% from 474); Blue value is 113 (44.53% from 255 or 23.84% from 474); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAE71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAE71 is #44518E. Grayscale: #ABABAB. Windows color (decimal): -4477327 or 7450299. OLE color: 7450299.

HSL color Cylindrical-coordinate representation of color #BBAE71: hue angle of 49.46º 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 #BBAE71 is Cyan = 0, Magento = 0.07, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB187174113-
CMYK00.070.400.27
HSL49.46º35.24%58.82%-
HSV(B)49.46º39.57%73.33%-
XYZ38.6142.0321.7-
YUV170.9395.31139.46-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.45%
GREEN value IS 174 (68.36% from 255) = 36.71%
BLUE value IS 113 (44.53% from 255) = 23.84%
R=39.45%
G=36.71%
B=23.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717411300.070.400.2749.4635.2458.82
HexBBAE7107281B31233b
Octal273256161075033614373
Binary10111011101011101110001011110100011011110001100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAE71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAE71; }

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

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

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

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

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

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

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

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