#B5976F

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

Shades of Fallow #B5976F

Tints of Fallow #B5976F

Color information

#B5976F (or 0xB5976F) is unknown color: approx Fallow. HEX triplet: B5, 97 and 6F. RGB value is (181,151,111). Sum of RGB (Red+Green+Blue) = 181+151+111=443 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.86% from 443); Green value is 151 (59.38% from 255 or 34.09% from 443); Blue value is 111 (43.75% from 255 or 25.06% from 443); Max value from RGB is 181 - color contains mainly: red. Hex color #B5976F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5976F is #4A6890. Grayscale: #9B9B9B. Windows color (decimal): -4876433 or 7313333. OLE color: 7313333.

HSL color Cylindrical-coordinate representation of color #B5976F: hue angle of 34.29º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B5976F is Cyan = 0, Magento = 0.17, Yellow = 0.39 and Black (K on CMYK) = 0.29.

Color convert

RGB181151111-
CMYK00.170.390.29
HSL34.29º32.11%57.25%-
HSV(B)34.29º38.67%70.98%-
XYZ32.9933.119.69-
YUV155.41102.94146.25-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.86%
GREEN value IS 151 (59.38% from 255) = 34.09%
BLUE value IS 111 (43.75% from 255) = 25.06%
R=40.86%
G=34.09%
B=25.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18115111100.170.390.2934.2932.1157.25
HexB5976F011271D222039
Octal2652271570214735424071
Binary1011010110010111110111101000110011111101100010100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5976F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5976F; }

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

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

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

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

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

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

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

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