#BBB662

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

Shades of Dark Khaki #BBB662

Tints of Dark Khaki #BBB662

Color information

#BBB662 (or 0xBBB662) is unknown color: approx Dark Khaki. HEX triplet: BB, B6 and 62. RGB value is (187,182,98). Sum of RGB (Red+Green+Blue) = 187+182+98=467 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.04% from 467); Green value is 182 (71.48% from 255 or 38.97% from 467); Blue value is 98 (38.67% from 255 or 20.99% from 467); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB662 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB662 is #44499D. Grayscale: #AEAEAE. Windows color (decimal): -4475294 or 6469307. OLE color: 6469307.

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

Color convert

RGB18718298-
CMYK00.030.480.27
HSL56.63º39.56%55.88%-
HSV(B)56.63º47.59%73.33%-
XYZ39.4344.918.14-
YUV173.9285.16137.33-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.04%
GREEN value IS 182 (71.48% from 255) = 38.97%
BLUE value IS 98 (38.67% from 255) = 20.99%
R=40.04%
G=38.97%
B=20.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871829800.030.480.2756.6339.5655.88
HexBBB66203301B392838
Octal273266142036033715070
Binary1011101110110110110001001111000011011111001101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB662; }

 p { color: rgb(187,182,98); }

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

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

 a { background-color: rgb(187,182,98); }

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

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

 span { border-color: rgb(187,182,98); }

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