#BEB373

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

Shades of Dark Khaki #BEB373

Tints of Dark Khaki #BEB373

Color information

#BEB373 (or 0xBEB373) is unknown color: approx Dark Khaki. HEX triplet: BE, B3 and 73. RGB value is (190,179,115). Sum of RGB (Red+Green+Blue) = 190+179+115=484 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.26% from 484); Green value is 179 (70.31% from 255 or 36.98% from 484); Blue value is 115 (45.31% from 255 or 23.76% from 484); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB373 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB373 is #414C8C. Grayscale: #AFAFAF. Windows color (decimal): -4279437 or 7582654. OLE color: 7582654.

HSL color Cylindrical-coordinate representation of color #BEB373: hue angle of 51.2º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BEB373 is Cyan = 0, Magento = 0.06, Yellow = 0.39 and Black (K on CMYK) = 0.25.

Color convert

RGB190179115-
CMYK00.060.390.25
HSL51.2º36.59%59.8%-
HSV(B)51.2º39.47%74.51%-
XYZ40.4544.4322.66-
YUV174.9994.14138.7-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.26%
GREEN value IS 179 (70.31% from 255) = 36.98%
BLUE value IS 115 (45.31% from 255) = 23.76%
R=39.26%
G=36.98%
B=23.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017911500.060.390.2551.236.5959.8
HexBEB37306271933253c
Octal276263163064731634574
Binary10111110101100111110011011010011111001110011100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB373; }

 p { color: rgb(190,179,115); }

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

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

 a { background-color: rgb(190,179,115); }

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

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

 span { border-color: rgb(190,179,115); }

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