#BEB773

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

Shades of Dark Khaki #BEB773

Tints of Dark Khaki #BEB773

Color information

#BEB773 (or 0xBEB773) is unknown color: approx Dark Khaki. HEX triplet: BE, B7 and 73. RGB value is (190,183,115). Sum of RGB (Red+Green+Blue) = 190+183+115=488 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.93% from 488); Green value is 183 (71.88% from 255 or 37.5% from 488); Blue value is 115 (45.31% from 255 or 23.57% from 488); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB773 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB773 is #41488C. Grayscale: #B1B1B1. Windows color (decimal): -4278413 or 7583678. OLE color: 7583678.

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

Color convert

RGB190183115-
CMYK00.040.390.25
HSL54.4º36.59%59.8%-
HSV(B)54.4º39.47%74.51%-
XYZ41.2646.0522.93-
YUV177.3492.82137.03-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.93%
GREEN value IS 183 (71.88% from 255) = 37.5%
BLUE value IS 115 (45.31% from 255) = 23.57%
R=38.93%
G=37.5%
B=23.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018311500.040.390.2554.436.5959.8
HexBEB77304271936253c
Octal276267163044731664574
Binary10111110101101111110011010010011111001110110100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB773; }

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

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

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

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

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

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

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

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