#B5976B

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

Shades of Fallow #B5976B

Tints of Fallow #B5976B

Color information

#B5976B (or 0xB5976B) is unknown color: approx Fallow. HEX triplet: B5, 97 and 6B. RGB value is (181,151,107). Sum of RGB (Red+Green+Blue) = 181+151+107=439 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.23% from 439); Green value is 151 (59.38% from 255 or 34.40% from 439); Blue value is 107 (42.19% from 255 or 24.37% from 439); Max value from RGB is 181 - color contains mainly: red. Hex color #B5976B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5976B is #4A6894. Grayscale: #9B9B9B. Windows color (decimal): -4876437 or 7051189. OLE color: 7051189.

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

Color convert

RGB181151107-
CMYK00.170.410.29
HSL35.68º33.33%56.47%-
HSV(B)35.68º40.88%70.98%-
XYZ32.7833.0218.56-
YUV154.95100.94146.58-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.23%
GREEN value IS 151 (59.38% from 255) = 34.40%
BLUE value IS 107 (42.19% from 255) = 24.37%
R=41.23%
G=34.40%
B=24.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18115110700.170.410.2935.6833.3356.47
HexB5976B011291D242138
Octal2652271530215135444170
Binary1011010110010111110101101000110100111101100100100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5976B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5976B; }

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

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

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

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

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

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

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

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