#BBB169

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

Shades of Dark Khaki #BBB169

Tints of Dark Khaki #BBB169

Color information

#BBB169 (or 0xBBB169) is unknown color: approx Dark Khaki. HEX triplet: BB, B1 and 69. RGB value is (187,177,105). Sum of RGB (Red+Green+Blue) = 187+177+105=469 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.87% from 469); Green value is 177 (69.53% from 255 or 37.74% from 469); Blue value is 105 (41.41% from 255 or 22.39% from 469); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB169 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBB169 is #444E96. Grayscale: #ACACAC. Windows color (decimal): -4476567 or 6926779. OLE color: 6926779.

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

Color convert

RGB187177105-
CMYK00.050.440.27
HSL52.68º37.61%57.25%-
HSV(B)52.68º43.85%73.33%-
XYZ38.7743.0319.63-
YUV171.7890.31138.85-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.87%
GREEN value IS 177 (69.53% from 255) = 37.74%
BLUE value IS 105 (41.41% from 255) = 22.39%
R=39.87%
G=37.74%
B=22.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717710500.050.440.2752.6837.6157.25
HexBBB169052C1B352639
Octal273261151055433654671
Binary10111011101100011101001010110110011011110101100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB169; }

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

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

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

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

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

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

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

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