#BEB762

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

Shades of Dark Khaki #BEB762

Tints of Dark Khaki #BEB762

Color information

#BEB762 (or 0xBEB762) is unknown color: approx Dark Khaki. HEX triplet: BE, B7 and 62. RGB value is (190,183,98). Sum of RGB (Red+Green+Blue) = 190+183+98=471 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.34% from 471); Green value is 183 (71.88% from 255 or 38.85% from 471); Blue value is 98 (38.67% from 255 or 20.81% from 471); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB762 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB762 is #41489D. Grayscale: #AFAFAF. Windows color (decimal): -4278430 or 6469566. OLE color: 6469566.

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

Color convert

RGB19018398-
CMYK00.040.480.25
HSL55.43º41.44%56.47%-
HSV(B)55.43º48.42%74.51%-
XYZ40.3745.718.25-
YUV175.484.32138.41-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.34%
GREEN value IS 183 (71.88% from 255) = 38.85%
BLUE value IS 98 (38.67% from 255) = 20.81%
R=40.34%
G=38.85%
B=20.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901839800.040.480.2555.4341.4456.47
HexBEB762043019372938
Octal276267142046031675170
Binary10111110101101111100010010011000011001110111101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB762; }

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

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

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

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

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

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

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

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