#BEB564

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

Shades of Dark Khaki #BEB564

Tints of Dark Khaki #BEB564

Color information

#BEB564 (or 0xBEB564) is unknown color: approx Dark Khaki. HEX triplet: BE, B5 and 64. RGB value is (190,181,100). Sum of RGB (Red+Green+Blue) = 190+181+100=471 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.34% from 471); Green value is 181 (71.09% from 255 or 38.43% from 471); Blue value is 100 (39.45% from 255 or 21.23% from 471); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB564 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB564 is #414A9B. Grayscale: #AEAEAE. Windows color (decimal): -4278940 or 6600126. OLE color: 6600126.

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

Color convert

RGB190181100-
CMYK00.050.470.25
HSL54º40.91%56.86%-
HSV(B)54º47.37%74.51%-
XYZ40.0644.9118.61-
YUV174.4685.98139.09-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.34%
GREEN value IS 181 (71.09% from 255) = 38.43%
BLUE value IS 100 (39.45% from 255) = 21.23%
R=40.34%
G=38.43%
B=21.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018110000.050.470.255440.9156.86
HexBEB564052F19362939
Octal276265144055731665171
Binary10111110101101011100100010110111111001110110101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB564; }

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

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

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

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

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

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

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

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