#B3976F

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

Shades of Fallow #B3976F

Tints of Fallow #B3976F

Color information

#B3976F (or 0xB3976F) is unknown color: approx Fallow. HEX triplet: B3, 97 and 6F. RGB value is (179,151,111). Sum of RGB (Red+Green+Blue) = 179+151+111=441 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.59% from 441); Green value is 151 (59.38% from 255 or 34.24% from 441); Blue value is 111 (43.75% from 255 or 25.17% from 441); Max value from RGB is 179 - color contains mainly: red. Hex color #B3976F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3976F is #4C6890. Grayscale: #9B9B9B. Windows color (decimal): -5007505 or 7313331. OLE color: 7313331.

HSL color Cylindrical-coordinate representation of color #B3976F: hue angle of 35.29º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B3976F is Cyan = 0, Magento = 0.16, Yellow = 0.38 and Black (K on CMYK) = 0.30.

Color convert

RGB179151111-
CMYK00.160.380.30
HSL35.29º30.91%56.86%-
HSV(B)35.29º37.99%70.2%-
XYZ32.5332.8619.67-
YUV154.81103.28145.25-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.59%
GREEN value IS 151 (59.38% from 255) = 34.24%
BLUE value IS 111 (43.75% from 255) = 25.17%
R=40.59%
G=34.24%
B=25.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.38
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17915111100.160.380.3035.2930.9156.86
HexB3976F010261E231f39
Octal2632271570204636433771
Binary101100111001011111011110100001001101111010001111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3976F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3976F; }

 p { color: rgb(179,151,111); }

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

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

 a { background-color: rgb(179,151,111); }

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

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

 span { border-color: rgb(179,151,111); }

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