#BBB465

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

Shades of Dark Khaki #BBB465

Tints of Dark Khaki #BBB465

Color information

#BBB465 (or 0xBBB465) is unknown color: approx Dark Khaki. HEX triplet: BB, B4 and 65. RGB value is (187,180,101). Sum of RGB (Red+Green+Blue) = 187+180+101=468 (61% of max value = 765). Red value is 187 (73.44% from 255 or 39.96% from 468); Green value is 180 (70.70% from 255 or 38.46% from 468); Blue value is 101 (39.84% from 255 or 21.58% from 468); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB465 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB465 is #444B9A. Grayscale: #ADADAD. Windows color (decimal): -4475803 or 6665403. OLE color: 6665403.

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

Color convert

RGB187180101-
CMYK00.040.460.27
HSL55.12º38.74%56.47%-
HSV(B)55.12º45.99%73.33%-
XYZ39.1644.1518.77-
YUV173.0987.32137.92-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.96%
GREEN value IS 180 (70.70% from 255) = 38.46%
BLUE value IS 101 (39.84% from 255) = 21.58%
R=39.96%
G=38.46%
B=21.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.46
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18718010100.040.460.2755.1238.7456.47
HexBBB465042E1B372738
Octal273264145045633674770
Binary10111011101101001100101010010111011011110111100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB465; }

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

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

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

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

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

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

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

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