#B5976E

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

Shades of Fallow #B5976E

Tints of Fallow #B5976E

Color information

#B5976E (or 0xB5976E) is unknown color: approx Fallow. HEX triplet: B5, 97 and 6E. RGB value is (181,151,110). Sum of RGB (Red+Green+Blue) = 181+151+110=442 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.95% from 442); Green value is 151 (59.38% from 255 or 34.16% from 442); Blue value is 110 (43.36% from 255 or 24.89% from 442); Max value from RGB is 181 - color contains mainly: red. Hex color #B5976E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5976E is #4A6891. Grayscale: #9B9B9B. Windows color (decimal): -4876434 or 7247797. OLE color: 7247797.

HSL color Cylindrical-coordinate representation of color #B5976E: hue angle of 34.65º 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 #B5976E is Cyan = 0, Magento = 0.17, Yellow = 0.39 and Black (K on CMYK) = 0.29.

Color convert

RGB181151110-
CMYK00.170.390.29
HSL34.65º32.42%57.06%-
HSV(B)34.65º39.23%70.98%-
XYZ32.9433.0819.4-
YUV155.3102.44146.33-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.95%
GREEN value IS 151 (59.38% from 255) = 34.16%
BLUE value IS 110 (43.36% from 255) = 24.89%
R=40.95%
G=34.16%
B=24.89%

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
Decimal18115111000.170.390.2934.6532.4257.06
HexB5976E011271D232039
Octal2652271560214735434071
Binary1011010110010111110111001000110011111101100011100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5976E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5976E; }

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

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

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

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

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

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

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

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