#BE9662

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

Shades of Fallow #BE9662

Tints of Fallow #BE9662

Color information

#BE9662 (or 0xBE9662) is unknown color: approx Fallow. HEX triplet: BE, 96 and 62. RGB value is (190,150,98). Sum of RGB (Red+Green+Blue) = 190+150+98=438 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.38% from 438); Green value is 150 (58.98% from 255 or 34.25% from 438); Blue value is 98 (38.67% from 255 or 22.37% from 438); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9662 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9662 is #41699D. Grayscale: #9C9C9C. Windows color (decimal): -4286878 or 6461118. OLE color: 6461118.

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

Color convert

RGB19015098-
CMYK00.210.480.25
HSL33.91º41.44%56.47%-
HSV(B)33.91º48.42%74.51%-
XYZ34.3533.6416.24-
YUV156.0395.25152.23-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.38%
GREEN value IS 150 (58.98% from 255) = 34.25%
BLUE value IS 98 (38.67% from 255) = 22.37%
R=43.38%
G=34.25%
B=22.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901509800.210.480.2533.9141.4456.47
HexBE96620153019222938
Octal2762261420256031425170
Binary1011111010010110110001001010111000011001100010101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9662; }

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

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

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

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

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

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

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

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