#BBB466

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

Shades of Dark Khaki #BBB466

Tints of Dark Khaki #BBB466

Color information

#BBB466 (or 0xBBB466) is unknown color: approx Dark Khaki. HEX triplet: BB, B4 and 66. RGB value is (187,180,102). Sum of RGB (Red+Green+Blue) = 187+180+102=469 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.87% from 469); Green value is 180 (70.70% from 255 or 38.38% from 469); Blue value is 102 (40.23% from 255 or 21.75% from 469); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB466 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB466 is #444B99. Grayscale: #ADADAD. Windows color (decimal): -4475802 or 6730939. OLE color: 6730939.

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

Color convert

RGB187180102-
CMYK00.040.450.27
HSL55.06º38.46%56.67%-
HSV(B)55.06º45.45%73.33%-
XYZ39.2144.1719.03-
YUV173.287.82137.84-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.87%
GREEN value IS 180 (70.70% from 255) = 38.38%
BLUE value IS 102 (40.23% from 255) = 21.75%
R=39.87%
G=38.38%
B=21.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18718010200.040.450.2755.0638.4656.67
HexBBB466042D1B372639
Octal273264146045533674671
Binary10111011101101001100110010010110111011110111100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB466; }

 p { color: rgb(187,180,102); }

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

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

 a { background-color: rgb(187,180,102); }

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

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

 span { border-color: rgb(187,180,102); }

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