#BBBA6C

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

Shades of Dark Khaki #BBBA6C

Tints of Dark Khaki #BBBA6C

Color information

#BBBA6C (or 0xBBBA6C) is unknown color: approx Dark Khaki. HEX triplet: BB, BA and 6C. RGB value is (187,186,108). Sum of RGB (Red+Green+Blue) = 187+186+108=481 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.88% from 481); Green value is 186 (73.05% from 255 or 38.67% from 481); Blue value is 108 (42.58% from 255 or 22.45% from 481); Max value from RGB is 187 - color contains mainly: red. Hex color #BBBA6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBBA6C is #444593. Grayscale: #B1B1B1. Windows color (decimal): -4474260 or 7125691. OLE color: 7125691.

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

Color convert

RGB187186108-
CMYK00.010.420.27
HSL59.24º36.74%57.84%-
HSV(B)59.24º42.25%73.33%-
XYZ40.7646.7721.07-
YUV177.4188.83134.84-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.88%
GREEN value IS 186 (73.05% from 255) = 38.67%
BLUE value IS 108 (42.58% from 255) = 22.45%
R=38.88%
G=38.67%
B=22.45%

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
Decimal18718610800.010.420.2759.2436.7457.84
HexBBBA6C012A1B3b253a
Octal273272154015233734572
Binary101110111011101011011000110101011011111011100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBA6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBA6C; }

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

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

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

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

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

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

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

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