#B5916A

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

Shades of Fallow #B5916A

Tints of Fallow #B5916A

Color information

#B5916A (or 0xB5916A) is unknown color: approx Fallow. HEX triplet: B5, 91 and 6A. RGB value is (181,145,106). Sum of RGB (Red+Green+Blue) = 181+145+106=432 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.90% from 432); Green value is 145 (57.03% from 255 or 33.56% from 432); Blue value is 106 (41.80% from 255 or 24.54% from 432); Max value from RGB is 181 - color contains mainly: red. Hex color #B5916A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5916A is #4A6E95. Grayscale: #979797. Windows color (decimal): -4877974 or 6984117. OLE color: 6984117.

HSL color Cylindrical-coordinate representation of color #B5916A: hue angle of 31.2º degrees, saturation: 0.34, 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 #B5916A is Cyan = 0, Magento = 0.20, Yellow = 0.41 and Black (K on CMYK) = 0.29.

Color convert

RGB181145106-
CMYK00.200.410.29
HSL31.2º33.63%56.27%-
HSV(B)31.2º41.44%70.98%-
XYZ31.7831.1217.97-
YUV151.32102.43149.17-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.90%
GREEN value IS 145 (57.03% from 255) = 33.56%
BLUE value IS 106 (41.80% from 255) = 24.54%
R=41.90%
G=33.56%
B=24.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18114510600.200.410.2931.233.6356.27
HexB5916A014291D1f2238
Octal2652211520245135374270
Binary101101011001000111010100101001010011110111111100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5916A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5916A; }

 p { color: rgb(181,145,106); }

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

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

 a { background-color: rgb(181,145,106); }

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

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

 span { border-color: rgb(181,145,106); }

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