#BBB764

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

Shades of Dark Khaki #BBB764

Tints of Dark Khaki #BBB764

Color information

#BBB764 (or 0xBBB764) is unknown color: approx Dark Khaki. HEX triplet: BB, B7 and 64. RGB value is (187,183,100). Sum of RGB (Red+Green+Blue) = 187+183+100=470 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.79% from 470); Green value is 183 (71.88% from 255 or 38.94% from 470); Blue value is 100 (39.45% from 255 or 21.28% from 470); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB764 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB764 is #44489B. Grayscale: #AFAFAF. Windows color (decimal): -4475036 or 6600635. OLE color: 6600635.

HSL color Cylindrical-coordinate representation of color #BBB764: hue angle of 57.24º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BBB764 is Cyan = 0, Magento = 0.02, Yellow = 0.47 and Black (K on CMYK) = 0.27.

Color convert

RGB187183100-
CMYK00.020.470.27
HSL57.24º39.01%56.27%-
HSV(B)57.24º46.52%73.33%-
XYZ39.7345.3518.72-
YUV174.7385.83136.75-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.79%
GREEN value IS 183 (71.88% from 255) = 38.94%
BLUE value IS 100 (39.45% from 255) = 21.28%
R=39.79%
G=38.94%
B=21.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.47
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18718310000.020.470.2757.2439.0156.27
HexBBB764022F1B392738
Octal273267144025733714770
Binary1011101110110111110010001010111111011111001100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB764; }

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

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

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

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

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

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

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

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