#B5916C

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

Shades of Fallow #B5916C

Tints of Fallow #B5916C

Color information

#B5916C (or 0xB5916C) is unknown color: approx Fallow. HEX triplet: B5, 91 and 6C. RGB value is (181,145,108). Sum of RGB (Red+Green+Blue) = 181+145+108=434 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.71% from 434); Green value is 145 (57.03% from 255 or 33.41% from 434); Blue value is 108 (42.58% from 255 or 24.88% from 434); Max value from RGB is 181 - color contains mainly: red. Hex color #B5916C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5916C is #4A6E93. Grayscale: #979797. Windows color (decimal): -4877972 or 7115189. OLE color: 7115189.

HSL color Cylindrical-coordinate representation of color #B5916C: hue angle of 30.41º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B5916C is Cyan = 0, Magento = 0.20, Yellow = 0.40 and Black (K on CMYK) = 0.29.

Color convert

RGB181145108-
CMYK00.200.400.29
HSL30.41º33.03%56.67%-
HSV(B)30.41º40.33%70.98%-
XYZ31.8931.1618.52-
YUV151.55103.43149.01-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.71%
GREEN value IS 145 (57.03% from 255) = 33.41%
BLUE value IS 108 (42.58% from 255) = 24.88%
R=41.71%
G=33.41%
B=24.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18114510800.200.400.2930.4133.0356.67
HexB5916C014281D1e2139
Octal2652211540245035364171
Binary101101011001000111011000101001010001110111110100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5916C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5916C; }

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

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

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

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

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

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

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

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