#BE976C

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

Shades of Fallow #BE976C

Tints of Fallow #BE976C

Color information

#BE976C (or 0xBE976C) is unknown color: approx Fallow. HEX triplet: BE, 97 and 6C. RGB value is (190,151,108). Sum of RGB (Red+Green+Blue) = 190+151+108=449 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.32% from 449); Green value is 151 (59.38% from 255 or 33.63% from 449); Blue value is 108 (42.58% from 255 or 24.05% from 449); Max value from RGB is 190 - color contains mainly: red. Hex color #BE976C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE976C is #416893. Grayscale: #9D9D9D. Windows color (decimal): -4286612 or 7116734. OLE color: 7116734.

HSL color Cylindrical-coordinate representation of color #BE976C: hue angle of 31.46º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BE976C is Cyan = 0, Magento = 0.21, Yellow = 0.43 and Black (K on CMYK) = 0.25.

Color convert

RGB190151108-
CMYK00.210.430.25
HSL31.46º38.68%58.43%-
HSV(B)31.46º43.16%74.51%-
XYZ35.0134.1618.94-
YUV157.7699.92151-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.32%
GREEN value IS 151 (59.38% from 255) = 33.63%
BLUE value IS 108 (42.58% from 255) = 24.05%
R=42.32%
G=33.63%
B=24.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19015110800.210.430.2531.4638.6858.43
HexBE976C0152B191f273a
Octal2762271540255331374772
Binary101111101001011111011000101011010111100111111100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE976C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE976C; }

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

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

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

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

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

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

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

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