#BBB974

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

Shades of Dark Khaki #BBB974

Tints of Dark Khaki #BBB974

Color information

#BBB974 (or 0xBBB974) is unknown color: approx Dark Khaki. HEX triplet: BB, B9 and 74. RGB value is (187,185,116). Sum of RGB (Red+Green+Blue) = 187+185+116=488 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.32% from 488); Green value is 185 (72.66% from 255 or 37.91% from 488); Blue value is 116 (45.70% from 255 or 23.77% from 488); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB974 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB974 is #44468B. Grayscale: #B2B2B2. Windows color (decimal): -4474508 or 7649723. OLE color: 7649723.

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

Color convert

RGB187185116-
CMYK00.010.380.27
HSL58.31º34.3%59.41%-
HSV(B)58.31º37.97%73.33%-
XYZ40.9946.5223.34-
YUV177.7393.16134.61-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.32%
GREEN value IS 185 (72.66% from 255) = 37.91%
BLUE value IS 116 (45.70% from 255) = 23.77%
R=38.32%
G=37.91%
B=23.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.38
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18718511600.010.380.2758.3134.359.41
HexBBB97401261B3a223b
Octal273271164014633724273
Binary101110111011100111101000110011011011111010100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB974; }

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

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

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

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

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

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

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

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