#BEB16A

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

Shades of Dark Khaki #BEB16A

Tints of Dark Khaki #BEB16A

Color information

#BEB16A (or 0xBEB16A) is unknown color: approx Dark Khaki. HEX triplet: BE, B1 and 6A. RGB value is (190,177,106). Sum of RGB (Red+Green+Blue) = 190+177+106=473 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.17% from 473); Green value is 177 (69.53% from 255 or 37.42% from 473); Blue value is 106 (41.80% from 255 or 22.41% from 473); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB16A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEB16A is #414E95. Grayscale: #ADADAD. Windows color (decimal): -4279958 or 6992318. OLE color: 6992318.

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

Color convert

RGB190177106-
CMYK00.070.440.25
HSL50.71º39.25%58.04%-
HSV(B)50.71º44.21%74.51%-
XYZ39.5643.4319.93-
YUV172.7990.31140.27-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.17%
GREEN value IS 177 (69.53% from 255) = 37.42%
BLUE value IS 106 (41.80% from 255) = 22.41%
R=40.17%
G=37.42%
B=22.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.44
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017710600.070.440.2550.7139.2558.04
HexBEB16A072C1933273a
Octal276261152075431634772
Binary10111110101100011101010011110110011001110011100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB16A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB16A; }

 p { color: rgb(190,177,106); }

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

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

 a { background-color: rgb(190,177,106); }

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

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

 span { border-color: rgb(190,177,106); }

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