#BEB778

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

Shades of Dark Khaki #BEB778

Tints of Dark Khaki #BEB778

Color information

#BEB778 (or 0xBEB778) is unknown color: approx Dark Khaki. HEX triplet: BE, B7 and 78. RGB value is (190,183,120). Sum of RGB (Red+Green+Blue) = 190+183+120=493 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.54% from 493); Green value is 183 (71.88% from 255 or 37.12% from 493); Blue value is 120 (47.27% from 255 or 24.34% from 493); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB778 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB778 is #414887. Grayscale: #B2B2B2. Windows color (decimal): -4278408 or 7911358. OLE color: 7911358.

HSL color Cylindrical-coordinate representation of color #BEB778: hue angle of 54º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BEB778 is Cyan = 0, Magento = 0.04, Yellow = 0.37 and Black (K on CMYK) = 0.25.

Color convert

RGB190183120-
CMYK00.040.370.25
HSL54º35%60.78%-
HSV(B)54º36.84%74.51%-
XYZ41.5646.1724.49-
YUV177.9195.32136.62-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.54%
GREEN value IS 183 (71.88% from 255) = 37.12%
BLUE value IS 120 (47.27% from 255) = 24.34%
R=38.54%
G=37.12%
B=24.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.37
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018312000.040.370.25543560.78
HexBEB77804251936233d
Octal276267170044531664375
Binary10111110101101111111000010010010111001110110100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB778; }

 p { color: rgb(190,183,120); }

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

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

 a { background-color: rgb(190,183,120); }

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

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

 span { border-color: rgb(190,183,120); }

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