#BBBA6E

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

Shades of Dark Khaki #BBBA6E

Tints of Dark Khaki #BBBA6E

Color information

#BBBA6E (or 0xBBBA6E) is unknown color: approx Dark Khaki. HEX triplet: BB, BA and 6E. RGB value is (187,186,110). Sum of RGB (Red+Green+Blue) = 187+186+110=483 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.72% from 483); Green value is 186 (73.05% from 255 or 38.51% from 483); Blue value is 110 (43.36% from 255 or 22.77% from 483); Max value from RGB is 187 - color contains mainly: red. Hex color #BBBA6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBBA6E is #444591. Grayscale: #B1B1B1. Windows color (decimal): -4474258 or 7256763. OLE color: 7256763.

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

Color convert

RGB187186110-
CMYK00.010.410.27
HSL59.22º36.15%58.24%-
HSV(B)59.22º41.18%73.33%-
XYZ40.8746.8121.63-
YUV177.6389.83134.68-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.72%
GREEN value IS 186 (73.05% from 255) = 38.51%
BLUE value IS 110 (43.36% from 255) = 22.77%
R=38.72%
G=38.51%
B=22.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18718611000.010.410.2759.2236.1558.24
HexBBBA6E01291B3b243a
Octal273272156015133734472
Binary101110111011101011011100110100111011111011100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBA6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBA6E; }

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

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

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

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

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

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

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

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