#B5956C

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

Shades of Fallow #B5956C

Tints of Fallow #B5956C

Color information

#B5956C (or 0xB5956C) is unknown color: approx Fallow. HEX triplet: B5, 95 and 6C. RGB value is (181,149,108). Sum of RGB (Red+Green+Blue) = 181+149+108=438 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.32% from 438); Green value is 149 (58.59% from 255 or 34.02% from 438); Blue value is 108 (42.58% from 255 or 24.66% from 438); Max value from RGB is 181 - color contains mainly: red. Hex color #B5956C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5956C is #4A6A93. Grayscale: #9A9A9A. Windows color (decimal): -4876948 or 7116213. OLE color: 7116213.

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

Color convert

RGB181149108-
CMYK00.180.400.29
HSL33.7º33.03%56.67%-
HSV(B)33.7º40.33%70.98%-
XYZ32.5132.418.73-
YUV153.89102.1147.33-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.32%
GREEN value IS 149 (58.59% from 255) = 34.02%
BLUE value IS 108 (42.58% from 255) = 24.66%
R=41.32%
G=34.02%
B=24.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18114910800.180.400.2933.733.0356.67
HexB5956C012281D222139
Octal2652251540225035424171
Binary1011010110010101110110001001010100011101100010100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5956C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5956C; }

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

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

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

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

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

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

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

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