#BE976D

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

Shades of Fallow #BE976D

Tints of Fallow #BE976D

Color information

#BE976D (or 0xBE976D) is unknown color: approx Fallow. HEX triplet: BE, 97 and 6D. RGB value is (190,151,109). Sum of RGB (Red+Green+Blue) = 190+151+109=450 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.22% from 450); Green value is 151 (59.38% from 255 or 33.56% from 450); Blue value is 109 (42.97% from 255 or 24.22% from 450); Max value from RGB is 190 - color contains mainly: red. Hex color #BE976D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE976D is #416892. Grayscale: #9E9E9E. Windows color (decimal): -4286611 or 7182270. OLE color: 7182270.

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

Color convert

RGB190151109-
CMYK00.210.430.25
HSL31.11º38.39%58.63%-
HSV(B)31.11º42.63%74.51%-
XYZ35.0634.1819.22-
YUV157.87100.42150.92-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.22%
GREEN value IS 151 (59.38% from 255) = 33.56%
BLUE value IS 109 (42.97% from 255) = 24.22%
R=42.22%
G=33.56%
B=24.22%

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
Decimal19015110900.210.430.2531.1138.3958.63
HexBE976D0152B191f263b
Octal2762271550255331374673
Binary101111101001011111011010101011010111100111111100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE976D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE976D; }

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

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

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

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

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

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

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

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