#BE9C62

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

Shades of Fallow #BE9C62

Tints of Fallow #BE9C62

Color information

#BE9C62 (or 0xBE9C62) is unknown color: approx Fallow. HEX triplet: BE, 9C and 62. RGB value is (190,156,98). Sum of RGB (Red+Green+Blue) = 190+156+98=444 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.79% from 444); Green value is 156 (61.33% from 255 or 35.14% from 444); Blue value is 98 (38.67% from 255 or 22.07% from 444); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9C62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9C62 is #41639D. Grayscale: #9F9F9F. Windows color (decimal): -4285342 or 6462654. OLE color: 6462654.

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

Color convert

RGB19015698-
CMYK00.180.480.25
HSL37.83º41.44%56.47%-
HSV(B)37.83º48.42%74.51%-
XYZ35.3335.6116.57-
YUV159.5593.26149.72-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.79%
GREEN value IS 156 (61.33% from 255) = 35.14%
BLUE value IS 98 (38.67% from 255) = 22.07%
R=42.79%
G=35.14%
B=22.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901569800.180.480.2537.8341.4456.47
HexBE9C620123019262938
Octal2762341420226031465170
Binary1011111010011100110001001001011000011001100110101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9C62; }

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

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

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

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

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

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

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

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