#BEB36A

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

Shades of Dark Khaki #BEB36A

Tints of Dark Khaki #BEB36A

Color information

#BEB36A (or 0xBEB36A) is unknown color: approx Dark Khaki. HEX triplet: BE, B3 and 6A. RGB value is (190,179,106). Sum of RGB (Red+Green+Blue) = 190+179+106=475 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40% from 475); Green value is 179 (70.31% from 255 or 37.68% from 475); Blue value is 106 (41.80% from 255 or 22.32% from 475); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB36A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB36A is #414C95. Grayscale: #AEAEAE. Windows color (decimal): -4279446 or 6992830. OLE color: 6992830.

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

Color convert

RGB190179106-
CMYK00.060.440.25
HSL52.14º39.25%58.04%-
HSV(B)52.14º44.21%74.51%-
XYZ39.9644.2320.07-
YUV173.9789.64139.44-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40%
GREEN value IS 179 (70.31% from 255) = 37.68%
BLUE value IS 106 (41.80% from 255) = 22.32%
R=40%
G=37.68%
B=22.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.44
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017910600.060.440.2552.1439.2558.04
HexBEB36A062C1934273a
Octal276263152065431644772
Binary10111110101100111101010011010110011001110100100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB36A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB36A; }

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

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

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

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

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

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

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

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