#BEB368

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

Shades of Dark Khaki #BEB368

Tints of Dark Khaki #BEB368

Color information

#BEB368 (or 0xBEB368) is unknown color: approx Dark Khaki. HEX triplet: BE, B3 and 68. RGB value is (190,179,104). Sum of RGB (Red+Green+Blue) = 190+179+104=473 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.17% from 473); Green value is 179 (70.31% from 255 or 37.84% from 473); Blue value is 104 (41.02% from 255 or 21.99% from 473); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB368 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB368 is #414C97. Grayscale: #AEAEAE. Windows color (decimal): -4279448 or 6861758. OLE color: 6861758.

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

Color convert

RGB190179104-
CMYK00.060.450.25
HSL52.33º39.81%57.65%-
HSV(B)52.33º45.26%74.51%-
XYZ39.8544.1919.53-
YUV173.7488.64139.6-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.17%
GREEN value IS 179 (70.31% from 255) = 37.84%
BLUE value IS 104 (41.02% from 255) = 21.99%
R=40.17%
G=37.84%
B=21.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017910400.060.450.2552.3339.8157.65
HexBEB368062D1934283a
Octal276263150065531645072
Binary10111110101100111101000011010110111001110100101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB368; }

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

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

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

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

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

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

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

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