#BEB876

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

Shades of Dark Khaki #BEB876

Tints of Dark Khaki #BEB876

Color information

#BEB876 (or 0xBEB876) is unknown color: approx Dark Khaki. HEX triplet: BE, B8 and 76. RGB value is (190,184,118). Sum of RGB (Red+Green+Blue) = 190+184+118=492 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.62% from 492); Green value is 184 (72.27% from 255 or 37.40% from 492); Blue value is 118 (46.48% from 255 or 23.98% from 492); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB876 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB876 is #414789. Grayscale: #B2B2B2. Windows color (decimal): -4278154 or 7780542. OLE color: 7780542.

HSL color Cylindrical-coordinate representation of color #BEB876: hue angle of 55º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BEB876 is Cyan = 0, Magento = 0.03, Yellow = 0.38 and Black (K on CMYK) = 0.25.

Color convert

RGB190184118-
CMYK00.030.380.25
HSL55º35.64%60.39%-
HSV(B)55º37.89%74.51%-
XYZ41.6546.5423.93-
YUV178.2793.99136.37-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.62%
GREEN value IS 184 (72.27% from 255) = 37.40%
BLUE value IS 118 (46.48% from 255) = 23.98%
R=38.62%
G=37.40%
B=23.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018411800.030.380.255535.6460.39
HexBEB87603261937243c
Octal276270166034631674474
Binary1011111010111000111011001110011011001110111100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB876; }

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

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

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

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

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

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

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

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