#BE9762

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

Shades of Fallow #BE9762

Tints of Fallow #BE9762

Color information

#BE9762 (or 0xBE9762) is unknown color: approx Fallow. HEX triplet: BE, 97 and 62. RGB value is (190,151,98). Sum of RGB (Red+Green+Blue) = 190+151+98=439 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.28% from 439); Green value is 151 (59.38% from 255 or 34.40% from 439); Blue value is 98 (38.67% from 255 or 22.32% from 439); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9762 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9762 is #41689D. Grayscale: #9C9C9C. Windows color (decimal): -4286622 or 6461374. OLE color: 6461374.

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

Color convert

RGB19015198-
CMYK00.210.480.25
HSL34.57º41.44%56.47%-
HSV(B)34.57º48.42%74.51%-
XYZ34.5133.9616.29-
YUV156.6294.92151.81-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.28%
GREEN value IS 151 (59.38% from 255) = 34.40%
BLUE value IS 98 (38.67% from 255) = 22.32%
R=43.28%
G=34.40%
B=22.32%

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
Decimal1901519800.210.480.2534.5741.4456.47
HexBE97620153019232938
Octal2762271420256031435170
Binary1011111010010111110001001010111000011001100011101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9762; }

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

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

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

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

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

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

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

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