#BBB46E

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

Shades of Dark Khaki #BBB46E

Tints of Dark Khaki #BBB46E

Color information

#BBB46E (or 0xBBB46E) is unknown color: approx Dark Khaki. HEX triplet: BB, B4 and 6E. RGB value is (187,180,110). Sum of RGB (Red+Green+Blue) = 187+180+110=477 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.20% from 477); Green value is 180 (70.70% from 255 or 37.74% from 477); Blue value is 110 (43.36% from 255 or 23.06% from 477); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB46E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB46E is #444B91. Grayscale: #AEAEAE. Windows color (decimal): -4475794 or 7255227. OLE color: 7255227.

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

Color convert

RGB187180110-
CMYK00.040.410.27
HSL54.55º36.15%58.24%-
HSV(B)54.55º41.18%73.33%-
XYZ39.6344.3321.22-
YUV174.1191.82137.19-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.20%
GREEN value IS 180 (70.70% from 255) = 37.74%
BLUE value IS 110 (43.36% from 255) = 23.06%
R=39.20%
G=37.74%
B=23.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18718011000.040.410.2754.5536.1558.24
HexBBB46E04291B37243a
Octal273264156045133674472
Binary10111011101101001101110010010100111011110111100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB46E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB46E; }

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

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

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

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

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

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

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

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