#B2976F

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

Shades of Fallow #B2976F

Tints of Fallow #B2976F

Color information

#B2976F (or 0xB2976F) is unknown color: approx Fallow. HEX triplet: B2, 97 and 6F. RGB value is (178,151,111). Sum of RGB (Red+Green+Blue) = 178+151+111=440 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.45% from 440); Green value is 151 (59.38% from 255 or 34.32% from 440); Blue value is 111 (43.75% from 255 or 25.23% from 440); Max value from RGB is 178 - color contains mainly: red. Hex color #B2976F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2976F is #4D6890. Grayscale: #9A9A9A. Windows color (decimal): -5073041 or 7313330. OLE color: 7313330.

HSL color Cylindrical-coordinate representation of color #B2976F: hue angle of 35.82º degrees, saturation: 0.3, 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 #B2976F is Cyan = 0, Magento = 0.15, Yellow = 0.38 and Black (K on CMYK) = 0.30.

Color convert

RGB178151111-
CMYK00.150.380.30
HSL35.82º30.32%56.67%-
HSV(B)35.82º37.64%69.8%-
XYZ32.332.7519.66-
YUV154.51103.45144.75-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.45%
GREEN value IS 151 (59.38% from 255) = 34.32%
BLUE value IS 111 (43.75% from 255) = 25.23%
R=40.45%
G=34.32%
B=25.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.38
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17815111100.150.380.3035.8230.3256.67
HexB2976F0F261E241e39
Octal2622271570174636443671
Binary10110010100101111101111011111001101111010010011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2976F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2976F; }

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

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

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

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

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

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

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

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