#BEBA61

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

Shades of Dark Khaki #BEBA61

Tints of Dark Khaki #BEBA61

Color information

#BEBA61 (or 0xBEBA61) is unknown color: approx Dark Khaki. HEX triplet: BE, BA and 61. RGB value is (190,186,97). Sum of RGB (Red+Green+Blue) = 190+186+97=473 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.17% from 473); Green value is 186 (73.05% from 255 or 39.32% from 473); Blue value is 97 (38.28% from 255 or 20.51% from 473); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBA61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEBA61 is #41459E. Grayscale: #B1B1B1. Windows color (decimal): -4277663 or 6404798. OLE color: 6404798.

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

Color convert

RGB19018697-
CMYK00.020.490.25
HSL57.42º41.7%56.27%-
HSV(B)57.42º48.95%74.51%-
XYZ40.9546.9318.21-
YUV177.0582.83137.24-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.17%
GREEN value IS 186 (73.05% from 255) = 39.32%
BLUE value IS 97 (38.28% from 255) = 20.51%
R=40.17%
G=39.32%
B=20.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901869700.020.490.2557.4241.756.27
HexBEBA61023119392a38
Octal276272141026131715270
Binary1011111010111010110000101011000111001111001101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBA61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBA61; }

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

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

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

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

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

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

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

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