#BEB36D

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

Shades of Dark Khaki #BEB36D

Tints of Dark Khaki #BEB36D

Color information

#BEB36D (or 0xBEB36D) is unknown color: approx Dark Khaki. HEX triplet: BE, B3 and 6D. RGB value is (190,179,109). Sum of RGB (Red+Green+Blue) = 190+179+109=478 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.75% from 478); Green value is 179 (70.31% from 255 or 37.45% from 478); Blue value is 109 (42.97% from 255 or 22.80% from 478); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB36D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB36D is #414C92. Grayscale: #AEAEAE. Windows color (decimal): -4279443 or 7189438. OLE color: 7189438.

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

Color convert

RGB190179109-
CMYK00.060.430.25
HSL51.85º38.39%58.63%-
HSV(B)51.85º42.63%74.51%-
XYZ40.1244.2920.9-
YUV174.3191.14139.19-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.75%
GREEN value IS 179 (70.31% from 255) = 37.45%
BLUE value IS 109 (42.97% from 255) = 22.80%
R=39.75%
G=37.45%
B=22.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017910900.060.430.2551.8538.3958.63
HexBEB36D062B1934263b
Octal276263155065331644673
Binary10111110101100111101101011010101111001110100100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB36D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB36D; }

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

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

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

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

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

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

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

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