#B56348

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

Shades of Tuscany #B56348

Tints of Tuscany #B56348

Color information

#B56348 (or 0xB56348) is unknown color: approx Tuscany. HEX triplet: B5, 63 and 48. RGB value is (181,99,72). Sum of RGB (Red+Green+Blue) = 181+99+72=352 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.42% from 352); Green value is 99 (39.06% from 255 or 28.12% from 352); Blue value is 72 (28.52% from 255 or 20.45% from 352); Max value from RGB is 181 - color contains mainly: red. Hex color #B56348 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B56348 is #4A9CB7. Grayscale: #787878. Windows color (decimal): -4889784 or 4744117. OLE color: 4744117.

HSL color Cylindrical-coordinate representation of color #B56348: hue angle of 14.86º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B56348 is Cyan = 0, Magento = 0.45, Yellow = 0.60 and Black (K on CMYK) = 0.29.

Color convert

RGB1819972-
CMYK00.450.600.29
HSL14.86º43.08%49.61%-
HSV(B)14.86º60.22%70.98%-
XYZ24.6919.228.54-
YUV120.44100.67171.2-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 51.42%
GREEN value IS 99 (39.06% from 255) = 28.12%
BLUE value IS 72 (28.52% from 255) = 20.45%
R=51.42%
G=28.12%
B=20.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.60
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181997200.450.600.2914.8643.0849.61
HexB5634802D3C1Df2b32
Octal2651431100557435175362
Binary10110101110001110010000101101111100111011111101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56348; }

 p { color: rgb(181,99,72); }

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

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

 a { background-color: rgb(181,99,72); }

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

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

 span { border-color: rgb(181,99,72); }

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