#BEB365

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

Shades of Dark Khaki #BEB365

Tints of Dark Khaki #BEB365

Color information

#BEB365 (or 0xBEB365) is unknown color: approx Dark Khaki. HEX triplet: BE, B3 and 65. RGB value is (190,179,101). Sum of RGB (Red+Green+Blue) = 190+179+101=470 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.43% from 470); Green value is 179 (70.31% from 255 or 38.09% from 470); Blue value is 101 (39.84% from 255 or 21.49% from 470); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB365 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB365 is #414C9A. Grayscale: #ADADAD. Windows color (decimal): -4279451 or 6665150. OLE color: 6665150.

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

Color convert

RGB190179101-
CMYK00.060.470.25
HSL52.58º40.64%57.06%-
HSV(B)52.58º46.84%74.51%-
XYZ39.744.1318.74-
YUV173.487.14139.84-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.43%
GREEN value IS 179 (70.31% from 255) = 38.09%
BLUE value IS 101 (39.84% from 255) = 21.49%
R=40.43%
G=38.09%
B=21.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017910100.060.470.2552.5840.6457.06
HexBEB365062F19352939
Octal276263145065731655171
Binary10111110101100111100101011010111111001110101101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB365; }

 p { color: rgb(190,179,101); }

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

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

 a { background-color: rgb(190,179,101); }

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

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

 span { border-color: rgb(190,179,101); }

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