#BBB464

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

Shades of Dark Khaki #BBB464

Tints of Dark Khaki #BBB464

Color information

#BBB464 (or 0xBBB464) is unknown color: approx Dark Khaki. HEX triplet: BB, B4 and 64. RGB value is (187,180,100). Sum of RGB (Red+Green+Blue) = 187+180+100=467 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.04% from 467); Green value is 180 (70.70% from 255 or 38.54% from 467); Blue value is 100 (39.45% from 255 or 21.41% from 467); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB464 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB464 is #444B9B. Grayscale: #ADADAD. Windows color (decimal): -4475804 or 6599867. OLE color: 6599867.

HSL color Cylindrical-coordinate representation of color #BBB464: hue angle of 55.17º 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 #BBB464 is Cyan = 0, Magento = 0.04, Yellow = 0.47 and Black (K on CMYK) = 0.27.

Color convert

RGB187180100-
CMYK00.040.470.27
HSL55.17º39.01%56.27%-
HSV(B)55.17º46.52%73.33%-
XYZ39.1244.1318.51-
YUV172.9786.82138-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.04%
GREEN value IS 180 (70.70% from 255) = 38.54%
BLUE value IS 100 (39.45% from 255) = 21.41%
R=40.04%
G=38.54%
B=21.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.47
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18718010000.040.470.2755.1739.0156.27
HexBBB464042F1B372738
Octal273264144045733674770
Binary10111011101101001100100010010111111011110111100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB464; }

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

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

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

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

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

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

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

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