#BBB074

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

Shades of Dark Khaki #BBB074

Tints of Dark Khaki #BBB074

Color information

#BBB074 (or 0xBBB074) is unknown color: approx Dark Khaki. HEX triplet: BB, B0 and 74. RGB value is (187,176,116). Sum of RGB (Red+Green+Blue) = 187+176+116=479 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.04% from 479); Green value is 176 (69.14% from 255 or 36.74% from 479); Blue value is 116 (45.70% from 255 or 24.22% from 479); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB074 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBB074 is #444F8B. Grayscale: #ACACAC. Windows color (decimal): -4476812 or 7647419. OLE color: 7647419.

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

Color convert

RGB187176116-
CMYK00.060.380.27
HSL50.7º34.3%59.41%-
HSV(B)50.7º37.97%73.33%-
XYZ39.1742.8822.73-
YUV172.4596.14138.38-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.04%
GREEN value IS 176 (69.14% from 255) = 36.74%
BLUE value IS 116 (45.70% from 255) = 24.22%
R=39.04%
G=36.74%
B=24.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.38
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717611600.060.380.2750.734.359.41
HexBBB07406261B33223b
Octal273260164064633634273
Binary10111011101100001110100011010011011011110011100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB074; }

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

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

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

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

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

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

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

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