#B5956F

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

Shades of Fallow #B5956F

Tints of Fallow #B5956F

Color information

#B5956F (or 0xB5956F) is unknown color: approx Fallow. HEX triplet: B5, 95 and 6F. RGB value is (181,149,111). Sum of RGB (Red+Green+Blue) = 181+149+111=441 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.04% from 441); Green value is 149 (58.59% from 255 or 33.79% from 441); Blue value is 111 (43.75% from 255 or 25.17% from 441); Max value from RGB is 181 - color contains mainly: red. Hex color #B5956F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5956F is #4A6A90. Grayscale: #9A9A9A. Windows color (decimal): -4876945 or 7312821. OLE color: 7312821.

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

Color convert

RGB181149111-
CMYK00.180.390.29
HSL32.57º32.11%57.25%-
HSV(B)32.57º38.67%70.98%-
XYZ32.6732.4719.58-
YUV154.24103.6147.09-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.04%
GREEN value IS 149 (58.59% from 255) = 33.79%
BLUE value IS 111 (43.75% from 255) = 25.17%
R=41.04%
G=33.79%
B=25.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18114911100.180.390.2932.5732.1157.25
HexB5956F012271D212039
Octal2652251570224735414071
Binary1011010110010101110111101001010011111101100001100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5956F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5956F; }

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

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

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

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

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

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

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

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