#BEB465

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

Shades of Dark Khaki #BEB465

Tints of Dark Khaki #BEB465

Color information

#BEB465 (or 0xBEB465) is unknown color: approx Dark Khaki. HEX triplet: BE, B4 and 65. RGB value is (190,180,101). Sum of RGB (Red+Green+Blue) = 190+180+101=471 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.34% from 471); Green value is 180 (70.70% from 255 or 38.22% from 471); Blue value is 101 (39.84% from 255 or 21.44% from 471); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB465 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB465 is #414B9A. Grayscale: #AEAEAE. Windows color (decimal): -4279195 or 6665406. OLE color: 6665406.

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

Color convert

RGB190180101-
CMYK00.050.470.25
HSL53.26º40.64%57.06%-
HSV(B)53.26º46.84%74.51%-
XYZ39.9144.5318.8-
YUV173.9886.81139.42-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.34%
GREEN value IS 180 (70.70% from 255) = 38.22%
BLUE value IS 101 (39.84% from 255) = 21.44%
R=40.34%
G=38.22%
B=21.44%

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
Decimal19018010100.050.470.2553.2640.6457.06
HexBEB465052F19352939
Octal276264145055731655171
Binary10111110101101001100101010110111111001110101101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB465; }

 p { color: rgb(190,180,101); }

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

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

 a { background-color: rgb(190,180,101); }

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

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

 span { border-color: rgb(190,180,101); }

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