#BEB476

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

Shades of Dark Khaki #BEB476

Tints of Dark Khaki #BEB476

Color information

#BEB476 (or 0xBEB476) is unknown color: approx Dark Khaki. HEX triplet: BE, B4 and 76. RGB value is (190,180,118). Sum of RGB (Red+Green+Blue) = 190+180+118=488 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.93% from 488); Green value is 180 (70.70% from 255 or 36.89% from 488); Blue value is 118 (46.48% from 255 or 24.18% from 488); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB476 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB476 is #414B89. Grayscale: #B0B0B0. Windows color (decimal): -4279178 or 7779518. OLE color: 7779518.

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

Color convert

RGB190180118-
CMYK00.050.380.25
HSL51.67º35.64%60.39%-
HSV(B)51.67º37.89%74.51%-
XYZ40.8344.923.65-
YUV175.9295.31138.04-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.93%
GREEN value IS 180 (70.70% from 255) = 36.89%
BLUE value IS 118 (46.48% from 255) = 24.18%
R=38.93%
G=36.89%
B=24.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018011800.050.380.2551.6735.6460.39
HexBEB47605261934243c
Octal276264166054631644474
Binary10111110101101001110110010110011011001110100100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB476; }

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

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

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

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

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

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

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

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