#BBBA64

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

Shades of Dark Khaki #BBBA64

Tints of Dark Khaki #BBBA64

Color information

#BBBA64 (or 0xBBBA64) is unknown color: approx Dark Khaki. HEX triplet: BB, BA and 64. RGB value is (187,186,100). Sum of RGB (Red+Green+Blue) = 187+186+100=473 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.53% from 473); Green value is 186 (73.05% from 255 or 39.32% from 473); Blue value is 100 (39.45% from 255 or 21.14% from 473); Max value from RGB is 187 - color contains mainly: red. Hex color #BBBA64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBBA64 is #44459B. Grayscale: #B0B0B0. Windows color (decimal): -4474268 or 6601403. OLE color: 6601403.

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

Color convert

RGB187186100-
CMYK00.010.470.27
HSL59.31º39.01%56.27%-
HSV(B)59.31º46.52%73.33%-
XYZ40.3546.618.93-
YUV176.4984.83135.49-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.53%
GREEN value IS 186 (73.05% from 255) = 39.32%
BLUE value IS 100 (39.45% from 255) = 21.14%
R=39.53%
G=39.32%
B=21.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.47
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18718610000.010.470.2759.3139.0156.27
HexBBBA64012F1B3b2738
Octal273272144015733734770
Binary101110111011101011001000110111111011111011100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBA64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBA64; }

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

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

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

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

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

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

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

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