#BBB469

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

Shades of Dark Khaki #BBB469

Tints of Dark Khaki #BBB469

Color information

#BBB469 (or 0xBBB469) is unknown color: approx Dark Khaki. HEX triplet: BB, B4 and 69. RGB value is (187,180,105). Sum of RGB (Red+Green+Blue) = 187+180+105=472 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.62% from 472); Green value is 180 (70.70% from 255 or 38.14% from 472); Blue value is 105 (41.41% from 255 or 22.25% from 472); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB469 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB469 is #444B96. Grayscale: #ADADAD. Windows color (decimal): -4475799 or 6927547. OLE color: 6927547.

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

Color convert

RGB187180105-
CMYK00.040.440.27
HSL54.88º37.61%57.25%-
HSV(B)54.88º43.85%73.33%-
XYZ39.3644.2319.83-
YUV173.5489.32137.6-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.62%
GREEN value IS 180 (70.70% from 255) = 38.14%
BLUE value IS 105 (41.41% from 255) = 22.25%
R=39.62%
G=38.14%
B=22.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18718010500.040.440.2754.8837.6157.25
HexBBB469042C1B372639
Octal273264151045433674671
Binary10111011101101001101001010010110011011110111100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB469; }

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

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

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

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

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

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

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

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