#BBB975

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

Shades of Dark Khaki #BBB975

Tints of Dark Khaki #BBB975

Color information

#BBB975 (or 0xBBB975) is unknown color: approx Dark Khaki. HEX triplet: BB, B9 and 75. RGB value is (187,185,117). Sum of RGB (Red+Green+Blue) = 187+185+117=489 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.24% from 489); Green value is 185 (72.66% from 255 or 37.83% from 489); Blue value is 117 (46.09% from 255 or 23.93% from 489); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB975 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB975 is #44468A. Grayscale: #B2B2B2. Windows color (decimal): -4474507 or 7715259. OLE color: 7715259.

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

Color convert

RGB187185117-
CMYK00.010.370.27
HSL58.29º33.98%59.61%-
HSV(B)58.29º37.43%73.33%-
XYZ41.0546.5523.65-
YUV177.8593.66134.53-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.24%
GREEN value IS 185 (72.66% from 255) = 37.83%
BLUE value IS 117 (46.09% from 255) = 23.93%
R=38.24%
G=37.83%
B=23.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18718511700.010.370.2758.2933.9859.61
HexBBB97501251B3a223c
Octal273271165014533724274
Binary101110111011100111101010110010111011111010100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB975; }

 p { color: rgb(187,185,117); }

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

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

 a { background-color: rgb(187,185,117); }

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

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

 span { border-color: rgb(187,185,117); }

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