#BBB168

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

Shades of Dark Khaki #BBB168

Tints of Dark Khaki #BBB168

Color information

#BBB168 (or 0xBBB168) is unknown color: approx Dark Khaki. HEX triplet: BB, B1 and 68. RGB value is (187,177,104). Sum of RGB (Red+Green+Blue) = 187+177+104=468 (61% of max value = 765). Red value is 187 (73.44% from 255 or 39.96% from 468); Green value is 177 (69.53% from 255 or 37.82% from 468); Blue value is 104 (41.02% from 255 or 22.22% from 468); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB168 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBB168 is #444E97. Grayscale: #ABABAB. Windows color (decimal): -4476568 or 6861243. OLE color: 6861243.

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

Color convert

RGB187177104-
CMYK00.050.440.27
HSL52.77º37.9%57.06%-
HSV(B)52.77º44.39%73.33%-
XYZ38.7143.0119.36-
YUV171.6789.81138.94-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.96%
GREEN value IS 177 (69.53% from 255) = 37.82%
BLUE value IS 104 (41.02% from 255) = 22.22%
R=39.96%
G=37.82%
B=22.22%

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
Decimal18717710400.050.440.2752.7737.957.06
HexBBB168052C1B352639
Octal273261150055433654671
Binary10111011101100011101000010110110011011110101100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB168; }

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

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

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

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

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

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

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

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