#BEB768

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

Shades of Dark Khaki #BEB768

Tints of Dark Khaki #BEB768

Color information

#BEB768 (or 0xBEB768) is unknown color: approx Dark Khaki. HEX triplet: BE, B7 and 68. RGB value is (190,183,104). Sum of RGB (Red+Green+Blue) = 190+183+104=477 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.83% from 477); Green value is 183 (71.88% from 255 or 38.36% from 477); Blue value is 104 (41.02% from 255 or 21.80% from 477); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB768 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB768 is #414897. Grayscale: #B0B0B0. Windows color (decimal): -4278424 or 6862782. OLE color: 6862782.

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

Color convert

RGB190183104-
CMYK00.040.450.25
HSL55.12º39.81%57.65%-
HSV(B)55.12º45.26%74.51%-
XYZ40.6745.8119.8-
YUV176.0987.32137.92-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.83%
GREEN value IS 183 (71.88% from 255) = 38.36%
BLUE value IS 104 (41.02% from 255) = 21.80%
R=39.83%
G=38.36%
B=21.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018310400.040.450.2555.1239.8157.65
HexBEB768042D1937283a
Octal276267150045531675072
Binary10111110101101111101000010010110111001110111101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB768; }

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

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

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

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

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

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

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

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