#BBB563

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

Shades of Dark Khaki #BBB563

Tints of Dark Khaki #BBB563

Color information

#BBB563 (or 0xBBB563) is unknown color: approx Dark Khaki. HEX triplet: BB, B5 and 63. RGB value is (187,181,99). Sum of RGB (Red+Green+Blue) = 187+181+99=467 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.04% from 467); Green value is 181 (71.09% from 255 or 38.76% from 467); Blue value is 99 (39.06% from 255 or 21.20% from 467); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB563 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB563 is #444A9C. Grayscale: #ADADAD. Windows color (decimal): -4475549 or 6534587. OLE color: 6534587.

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

Color convert

RGB18718199-
CMYK00.030.470.27
HSL55.91º39.29%56.08%-
HSV(B)55.91º47.06%73.33%-
XYZ39.2744.5118.33-
YUV173.4585.99137.67-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.04%
GREEN value IS 181 (71.09% from 255) = 38.76%
BLUE value IS 99 (39.06% from 255) = 21.20%
R=40.04%
G=38.76%
B=21.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.47
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871819900.030.470.2755.9139.2956.08
HexBBB563032F1B382738
Octal273265143035733704770
Binary1011101110110101110001101110111111011111000100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB563; }

 p { color: rgb(187,181,99); }

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

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

 a { background-color: rgb(187,181,99); }

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

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

 span { border-color: rgb(187,181,99); }

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