#BEB76D

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

Shades of Dark Khaki #BEB76D

Tints of Dark Khaki #BEB76D

Color information

#BEB76D (or 0xBEB76D) is unknown color: approx Dark Khaki. HEX triplet: BE, B7 and 6D. RGB value is (190,183,109). Sum of RGB (Red+Green+Blue) = 190+183+109=482 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.42% from 482); Green value is 183 (71.88% from 255 or 37.97% from 482); Blue value is 109 (42.97% from 255 or 22.61% from 482); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB76D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB76D is #414892. Grayscale: #B0B0B0. Windows color (decimal): -4278419 or 7190462. OLE color: 7190462.

HSL color Cylindrical-coordinate representation of color #BEB76D: hue angle of 54.81º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BEB76D is Cyan = 0, Magento = 0.04, Yellow = 0.43 and Black (K on CMYK) = 0.25.

Color convert

RGB190183109-
CMYK00.040.430.25
HSL54.81º38.39%58.63%-
HSV(B)54.81º42.63%74.51%-
XYZ40.9345.9221.17-
YUV176.6689.82137.52-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.42%
GREEN value IS 183 (71.88% from 255) = 37.97%
BLUE value IS 109 (42.97% from 255) = 22.61%
R=39.42%
G=37.97%
B=22.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018310900.040.430.2554.8138.3958.63
HexBEB76D042B1937263b
Octal276267155045331674673
Binary10111110101101111101101010010101111001110111100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB76D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB76D; }

 p { color: rgb(190,183,109); }

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

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

 a { background-color: rgb(190,183,109); }

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

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

 span { border-color: rgb(190,183,109); }

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