#b2976e

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

Shades of Fallow #B2976E

Tints of Fallow #B2976E

Color information

#B2976E (or 0xB2976E) is unknown color: approx Fallow. HEX triplet: B2, 97 and 6E. RGB value is (178,151,110). Sum of RGB (Red+Green+Blue) = 178+151+110=439 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.55% from 439); Green value is 151 (59.38% from 255 or 34.40% from 439); Blue value is 110 (43.36% from 255 or 25.06% from 439); Max value from RGB is 178 - color contains mainly: red. Hex color #B2976E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2976E is #4D6891. Grayscale: #9A9A9A. Windows color (decimal): -5073042 or 7247794. OLE color: 7247794.

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

Color convert

RGB178151110-
CMYK00.150.380.30
HSL36.18º30.63%56.47%-
HSV(B)36.18º38.2%69.8%-
XYZ32.2432.7219.37-
YUV154.4102.95144.83-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.55%
GREEN value IS 151 (59.38% from 255) = 34.40%
BLUE value IS 110 (43.36% from 255) = 25.06%
R=40.55%
G=34.40%
B=25.06%

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
Decimal17815111000.150.380.3036.1830.6356.47
HexB2976E0F261E241f38
Octal2622271560174636443770
Binary10110010100101111101110011111001101111010010011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b2976e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b2976e; }

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

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

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

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

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

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

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

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