#BBB46C

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

Shades of Dark Khaki #BBB46C

Tints of Dark Khaki #BBB46C

Color information

#BBB46C (or 0xBBB46C) is unknown color: approx Dark Khaki. HEX triplet: BB, B4 and 6C. RGB value is (187,180,108). Sum of RGB (Red+Green+Blue) = 187+180+108=475 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.37% from 475); Green value is 180 (70.70% from 255 or 37.89% from 475); Blue value is 108 (42.58% from 255 or 22.74% from 475); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB46C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB46C is #444B93. Grayscale: #AEAEAE. Windows color (decimal): -4475796 or 7124155. OLE color: 7124155.

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

Color convert

RGB187180108-
CMYK00.040.420.27
HSL54.68º36.74%57.84%-
HSV(B)54.68º42.25%73.33%-
XYZ39.5244.2920.65-
YUV173.8890.82137.35-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.37%
GREEN value IS 180 (70.70% from 255) = 37.89%
BLUE value IS 108 (42.58% from 255) = 22.74%
R=39.37%
G=37.89%
B=22.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18718010800.040.420.2754.6836.7457.84
HexBBB46C042A1B37253a
Octal273264154045233674572
Binary10111011101101001101100010010101011011110111100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB46C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB46C; }

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

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

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

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

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

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

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

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