#BBBA6D

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

Shades of Dark Khaki #BBBA6D

Tints of Dark Khaki #BBBA6D

Color information

#BBBA6D (or 0xBBBA6D) is unknown color: approx Dark Khaki. HEX triplet: BB, BA and 6D. RGB value is (187,186,109). Sum of RGB (Red+Green+Blue) = 187+186+109=482 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.80% from 482); Green value is 186 (73.05% from 255 or 38.59% from 482); Blue value is 109 (42.97% from 255 or 22.61% from 482); Max value from RGB is 187 - color contains mainly: red. Hex color #BBBA6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBBA6D is #444592. Grayscale: #B1B1B1. Windows color (decimal): -4474259 or 7191227. OLE color: 7191227.

HSL color Cylindrical-coordinate representation of color #BBBA6D: hue angle of 59.23º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BBBA6D is Cyan = 0, Magento = 0.01, Yellow = 0.42 and Black (K on CMYK) = 0.27.

Color convert

RGB187186109-
CMYK00.010.420.27
HSL59.23º36.45%58.04%-
HSV(B)59.23º41.71%73.33%-
XYZ40.8146.7921.35-
YUV177.5289.33134.76-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.80%
GREEN value IS 186 (73.05% from 255) = 38.59%
BLUE value IS 109 (42.97% from 255) = 22.61%
R=38.80%
G=38.59%
B=22.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18718610900.010.420.2759.2336.4558.04
HexBBBA6D012A1B3b243a
Octal273272155015233734472
Binary101110111011101011011010110101011011111011100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBA6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBA6D; }

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

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

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

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

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

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

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

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