#BEB961

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

Shades of Dark Khaki #BEB961

Tints of Dark Khaki #BEB961

Color information

#BEB961 (or 0xBEB961) is unknown color: approx Dark Khaki. HEX triplet: BE, B9 and 61. RGB value is (190,185,97). Sum of RGB (Red+Green+Blue) = 190+185+97=472 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.25% from 472); Green value is 185 (72.66% from 255 or 39.19% from 472); Blue value is 97 (38.28% from 255 or 20.55% from 472); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB961 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB961 is #41469E. Grayscale: #B0B0B0. Windows color (decimal): -4277919 or 6404542. OLE color: 6404542.

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

Color convert

RGB19018597-
CMYK00.030.490.25
HSL56.77º41.7%56.27%-
HSV(B)56.77º48.95%74.51%-
XYZ40.7446.5118.14-
YUV176.4683.16137.66-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.25%
GREEN value IS 185 (72.66% from 255) = 39.19%
BLUE value IS 97 (38.28% from 255) = 20.55%
R=40.25%
G=39.19%
B=20.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901859700.030.490.2556.7741.756.27
HexBEB961033119392a38
Octal276271141036131715270
Binary1011111010111001110000101111000111001111001101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB961; }

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

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

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

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

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

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

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

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