#BE9562

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

Shades of Fallow #BE9562

Tints of Fallow #BE9562

Color information

#BE9562 (or 0xBE9562) is unknown color: approx Fallow. HEX triplet: BE, 95 and 62. RGB value is (190,149,98). Sum of RGB (Red+Green+Blue) = 190+149+98=437 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.48% from 437); Green value is 149 (58.59% from 255 or 34.10% from 437); Blue value is 98 (38.67% from 255 or 22.43% from 437); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9562 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9562 is #416A9D. Grayscale: #9B9B9B. Windows color (decimal): -4287134 or 6460862. OLE color: 6460862.

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

Color convert

RGB19014998-
CMYK00.220.480.25
HSL33.26º41.44%56.47%-
HSV(B)33.26º48.42%74.51%-
XYZ34.1933.3216.19-
YUV155.4495.58152.65-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.48%
GREEN value IS 149 (58.59% from 255) = 34.10%
BLUE value IS 98 (38.67% from 255) = 22.43%
R=43.48%
G=34.10%
B=22.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901499800.220.480.2533.2641.4456.47
HexBE95620163019212938
Octal2762251420266031415170
Binary1011111010010101110001001011011000011001100001101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9562; }

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

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

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

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

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

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

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

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