#BEB563

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

Shades of Dark Khaki #BEB563

Tints of Dark Khaki #BEB563

Color information

#BEB563 (or 0xBEB563) is unknown color: approx Dark Khaki. HEX triplet: BE, B5 and 63. RGB value is (190,181,99). Sum of RGB (Red+Green+Blue) = 190+181+99=470 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.43% from 470); Green value is 181 (71.09% from 255 or 38.51% from 470); Blue value is 99 (39.06% from 255 or 21.06% from 470); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB563 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB563 is #414A9C. Grayscale: #AEAEAE. Windows color (decimal): -4278941 or 6534590. OLE color: 6534590.

HSL color Cylindrical-coordinate representation of color #BEB563: hue angle of 54.07º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BEB563 is Cyan = 0, Magento = 0.05, Yellow = 0.48 and Black (K on CMYK) = 0.25.

Color convert

RGB19018199-
CMYK00.050.480.25
HSL54.07º41.18%56.67%-
HSV(B)54.07º47.89%74.51%-
XYZ40.0144.918.36-
YUV174.3485.48139.17-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.43%
GREEN value IS 181 (71.09% from 255) = 38.51%
BLUE value IS 99 (39.06% from 255) = 21.06%
R=40.43%
G=38.51%
B=21.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901819900.050.480.2554.0741.1856.67
HexBEB563053019362939
Octal276265143056031665171
Binary10111110101101011100011010111000011001110110101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB563; }

 p { color: rgb(190,181,99); }

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

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

 a { background-color: rgb(190,181,99); }

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

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

 span { border-color: rgb(190,181,99); }

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