#BEBA64

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

Shades of Dark Khaki #BEBA64

Tints of Dark Khaki #BEBA64

Color information

#BEBA64 (or 0xBEBA64) is unknown color: approx Dark Khaki. HEX triplet: BE, BA and 64. RGB value is (190,186,100). Sum of RGB (Red+Green+Blue) = 190+186+100=476 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.92% from 476); Green value is 186 (73.05% from 255 or 39.08% from 476); Blue value is 100 (39.45% from 255 or 21.01% from 476); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBA64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEBA64 is #41459B. Grayscale: #B1B1B1. Windows color (decimal): -4277660 or 6601406. OLE color: 6601406.

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

Color convert

RGB190186100-
CMYK00.020.470.25
HSL57.33º40.91%56.86%-
HSV(B)57.33º47.37%74.51%-
XYZ41.0946.9918.96-
YUV177.3984.33136.99-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.92%
GREEN value IS 186 (73.05% from 255) = 39.08%
BLUE value IS 100 (39.45% from 255) = 21.01%
R=39.92%
G=39.08%
B=21.01%

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
Decimal19018610000.020.470.2557.3340.9156.86
HexBEBA64022F19392939
Octal276272144025731715171
Binary1011111010111010110010001010111111001111001101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBA64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBA64; }

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

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

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

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

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

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

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

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