#BBBA71

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

Shades of Dark Khaki #BBBA71

Tints of Dark Khaki #BBBA71

Color information

#BBBA71 (or 0xBBBA71) is unknown color: approx Dark Khaki. HEX triplet: BB, BA and 71. RGB value is (187,186,113). Sum of RGB (Red+Green+Blue) = 187+186+113=486 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.48% from 486); Green value is 186 (73.05% from 255 or 38.27% from 486); Blue value is 113 (44.53% from 255 or 23.25% from 486); Max value from RGB is 187 - color contains mainly: red. Hex color #BBBA71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBBA71 is #44458E. Grayscale: #B2B2B2. Windows color (decimal): -4474255 or 7453371. OLE color: 7453371.

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

Color convert

RGB187186113-
CMYK00.010.400.27
HSL59.19º35.24%58.82%-
HSV(B)59.19º39.57%73.33%-
XYZ41.0346.8722.51-
YUV177.9891.33134.44-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.48%
GREEN value IS 186 (73.05% from 255) = 38.27%
BLUE value IS 113 (44.53% from 255) = 23.25%
R=38.48%
G=38.27%
B=23.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18718611300.010.400.2759.1935.2458.82
HexBBBA7101281B3b233b
Octal273272161015033734373
Binary101110111011101011100010110100011011111011100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBA71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBA71; }

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

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

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

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

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

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

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

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