#BEB369

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

Shades of Dark Khaki #BEB369

Tints of Dark Khaki #BEB369

Color information

#BEB369 (or 0xBEB369) is unknown color: approx Dark Khaki. HEX triplet: BE, B3 and 69. RGB value is (190,179,105). Sum of RGB (Red+Green+Blue) = 190+179+105=474 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.08% from 474); Green value is 179 (70.31% from 255 or 37.76% from 474); Blue value is 105 (41.41% from 255 or 22.15% from 474); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB369 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB369 is #414C96. Grayscale: #AEAEAE. Windows color (decimal): -4279447 or 6927294. OLE color: 6927294.

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

Color convert

RGB190179105-
CMYK00.060.450.25
HSL52.24º39.53%57.84%-
HSV(B)52.24º44.74%74.51%-
XYZ39.9144.2119.79-
YUV173.8589.14139.52-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.08%
GREEN value IS 179 (70.31% from 255) = 37.76%
BLUE value IS 105 (41.41% from 255) = 22.15%
R=40.08%
G=37.76%
B=22.15%

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
Decimal19017910500.060.450.2552.2439.5357.84
HexBEB369062D1934283a
Octal276263151065531645072
Binary10111110101100111101001011010110111001110100101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB369; }

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

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

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

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

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

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

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

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