#BEBB64

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

Shades of Dark Khaki #BEBB64

Tints of Dark Khaki #BEBB64

Color information

#BEBB64 (or 0xBEBB64) is unknown color: approx Dark Khaki. HEX triplet: BE, BB and 64. RGB value is (190,187,100). Sum of RGB (Red+Green+Blue) = 190+187+100=477 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.83% from 477); Green value is 187 (73.44% from 255 or 39.20% from 477); Blue value is 100 (39.45% from 255 or 20.96% from 477); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBB64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEBB64 is #41449B. Grayscale: #B2B2B2. Windows color (decimal): -4277404 or 6601662. OLE color: 6601662.

HSL color Cylindrical-coordinate representation of color #BEBB64: hue angle of 58º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BEBB64 is Cyan = 0, Magento = 0.02, Yellow = 0.47 and Black (K on CMYK) = 0.25.

Color convert

RGB190187100-
CMYK00.020.470.25
HSL58º40.91%56.86%-
HSV(B)58º47.37%74.51%-
XYZ41.3147.4119.03-
YUV177.9883.99136.57-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.83%
GREEN value IS 187 (73.44% from 255) = 39.20%
BLUE value IS 100 (39.45% from 255) = 20.96%
R=39.83%
G=39.20%
B=20.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018710000.020.470.255840.9156.86
HexBEBB64022F193a2939
Octal276273144025731725171
Binary1011111010111011110010001010111111001111010101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBB64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBB64; }

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

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

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

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

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

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

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

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