#BEB861

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

Shades of Dark Khaki #BEB861

Tints of Dark Khaki #BEB861

Color information

#BEB861 (or 0xBEB861) is unknown color: approx Dark Khaki. HEX triplet: BE, B8 and 61. RGB value is (190,184,97). Sum of RGB (Red+Green+Blue) = 190+184+97=471 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.34% from 471); Green value is 184 (72.27% from 255 or 39.07% from 471); Blue value is 97 (38.28% from 255 or 20.59% from 471); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB861 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB861 is #41479E. Grayscale: #B0B0B0. Windows color (decimal): -4278175 or 6404286. OLE color: 6404286.

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

Color convert

RGB19018497-
CMYK00.030.490.25
HSL56.13º41.7%56.27%-
HSV(B)56.13º48.95%74.51%-
XYZ40.5346.0918.07-
YUV175.8883.49138.07-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.34%
GREEN value IS 184 (72.27% from 255) = 39.07%
BLUE value IS 97 (38.28% from 255) = 20.59%
R=40.34%
G=39.07%
B=20.59%

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
Decimal1901849700.030.490.2556.1341.756.27
HexBEB861033119382a38
Octal276270141036131705270
Binary1011111010111000110000101111000111001111000101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB861; }

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

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

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

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

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

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

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

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