#BBB774

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

Shades of Dark Khaki #BBB774

Tints of Dark Khaki #BBB774

Color information

#BBB774 (or 0xBBB774) is unknown color: approx Dark Khaki. HEX triplet: BB, B7 and 74. RGB value is (187,183,116). Sum of RGB (Red+Green+Blue) = 187+183+116=486 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.48% from 486); Green value is 183 (71.88% from 255 or 37.65% from 486); Blue value is 116 (45.70% from 255 or 23.87% from 486); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB774 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB774 is #44488B. Grayscale: #B0B0B0. Windows color (decimal): -4475020 or 7649211. OLE color: 7649211.

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

Color convert

RGB187183116-
CMYK00.020.380.27
HSL56.62º34.3%59.41%-
HSV(B)56.62º37.97%73.33%-
XYZ40.5845.6923.2-
YUV176.5693.83135.45-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.48%
GREEN value IS 183 (71.88% from 255) = 37.65%
BLUE value IS 116 (45.70% from 255) = 23.87%
R=38.48%
G=37.65%
B=23.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.38
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18718311600.020.380.2756.6234.359.41
HexBBB77402261B39223b
Octal273267164024633714273
Binary1011101110110111111010001010011011011111001100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB774; }

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

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

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

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

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

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

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

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