#BEB869

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

Shades of Dark Khaki #BEB869

Tints of Dark Khaki #BEB869

Color information

#BEB869 (or 0xBEB869) is unknown color: approx Dark Khaki. HEX triplet: BE, B8 and 69. RGB value is (190,184,105). Sum of RGB (Red+Green+Blue) = 190+184+105=479 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.67% from 479); Green value is 184 (72.27% from 255 or 38.41% from 479); Blue value is 105 (41.41% from 255 or 21.92% from 479); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB869 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB869 is #414796. Grayscale: #B1B1B1. Windows color (decimal): -4278167 or 6928574. OLE color: 6928574.

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

Color convert

RGB190184105-
CMYK00.030.450.25
HSL55.76º39.53%57.84%-
HSV(B)55.76º44.74%74.51%-
XYZ40.9346.2520.13-
YUV176.7987.49137.42-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.67%
GREEN value IS 184 (72.27% from 255) = 38.41%
BLUE value IS 105 (41.41% from 255) = 21.92%
R=39.67%
G=38.41%
B=21.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018410500.030.450.2555.7639.5357.84
HexBEB869032D1938283a
Octal276270151035531705072
Binary1011111010111000110100101110110111001111000101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB869; }

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

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

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

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

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

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

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

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