#BBB667

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

Shades of Dark Khaki #BBB667

Tints of Dark Khaki #BBB667

Color information

#BBB667 (or 0xBBB667) is unknown color: approx Dark Khaki. HEX triplet: BB, B6 and 67. RGB value is (187,182,103). Sum of RGB (Red+Green+Blue) = 187+182+103=472 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.62% from 472); Green value is 182 (71.48% from 255 or 38.56% from 472); Blue value is 103 (40.62% from 255 or 21.82% from 472); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB667 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB667 is #444998. Grayscale: #AEAEAE. Windows color (decimal): -4475289 or 6796987. OLE color: 6796987.

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

Color convert

RGB187182103-
CMYK00.030.450.27
HSL56.43º38.18%56.86%-
HSV(B)56.43º44.92%73.33%-
XYZ39.674519.43-
YUV174.4987.66136.92-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.62%
GREEN value IS 182 (71.48% from 255) = 38.56%
BLUE value IS 103 (40.62% from 255) = 21.82%
R=39.62%
G=38.56%
B=21.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18718210300.030.450.2756.4338.1856.86
HexBBB667032D1B382639
Octal273266147035533704671
Binary1011101110110110110011101110110111011111000100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB667; }

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

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

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

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

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

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

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

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