#BBBA69

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

Shades of Dark Khaki #BBBA69

Tints of Dark Khaki #BBBA69

Color information

#BBBA69 (or 0xBBBA69) is unknown color: approx Dark Khaki. HEX triplet: BB, BA and 69. RGB value is (187,186,105). Sum of RGB (Red+Green+Blue) = 187+186+105=478 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.12% from 478); Green value is 186 (73.05% from 255 or 38.91% from 478); Blue value is 105 (41.41% from 255 or 21.97% from 478); Max value from RGB is 187 - color contains mainly: red. Hex color #BBBA69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBBA69 is #444596. Grayscale: #B1B1B1. Windows color (decimal): -4474263 or 6929083. OLE color: 6929083.

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

Color convert

RGB187186105-
CMYK00.010.440.27
HSL59.27º37.61%57.25%-
HSV(B)59.27º43.85%73.33%-
XYZ40.646.720.24-
YUV177.0687.33135.09-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.12%
GREEN value IS 186 (73.05% from 255) = 38.91%
BLUE value IS 105 (41.41% from 255) = 21.97%
R=39.12%
G=38.91%
B=21.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18718610500.010.440.2759.2737.6157.25
HexBBBA69012C1B3b2639
Octal273272151015433734671
Binary101110111011101011010010110110011011111011100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBA69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBA69; }

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

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

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

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

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

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

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

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