#BEBA62

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

Shades of Dark Khaki #BEBA62

Tints of Dark Khaki #BEBA62

Color information

#BEBA62 (or 0xBEBA62) is unknown color: approx Dark Khaki. HEX triplet: BE, BA and 62. RGB value is (190,186,98). Sum of RGB (Red+Green+Blue) = 190+186+98=474 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.08% from 474); Green value is 186 (73.05% from 255 or 39.24% from 474); Blue value is 98 (38.67% from 255 or 20.68% from 474); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBA62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEBA62 is #41459D. Grayscale: #B1B1B1. Windows color (decimal): -4277662 or 6470334. OLE color: 6470334.

HSL color Cylindrical-coordinate representation of color #BEBA62: hue angle of 57.39º 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 #BEBA62 is Cyan = 0, Magento = 0.02, Yellow = 0.48 and Black (K on CMYK) = 0.25.

Color convert

RGB19018698-
CMYK00.020.480.25
HSL57.39º41.44%56.47%-
HSV(B)57.39º48.42%74.51%-
XYZ4146.9518.46-
YUV177.1683.33137.16-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.08%
GREEN value IS 186 (73.05% from 255) = 39.24%
BLUE value IS 98 (38.67% from 255) = 20.68%
R=40.08%
G=39.24%
B=20.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901869800.020.480.2557.3941.4456.47
HexBEBA62023019392938
Octal276272142026031715170
Binary1011111010111010110001001011000011001111001101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBA62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBA62; }

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

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

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

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

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

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

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

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