#B36348

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

Shades of Tuscany #B36348

Tints of Tuscany #B36348

Color information

#B36348 (or 0xB36348) is unknown color: approx Tuscany. HEX triplet: B3, 63 and 48. RGB value is (179,99,72). Sum of RGB (Red+Green+Blue) = 179+99+72=350 (46% of max value = 765). Red value is 179 (70.31% from 255 or 51.14% from 350); Green value is 99 (39.06% from 255 or 28.29% from 350); Blue value is 72 (28.52% from 255 or 20.57% from 350); Max value from RGB is 179 - color contains mainly: red. Hex color #B36348 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B36348 is #4C9CB7. Grayscale: #787878. Windows color (decimal): -5020856 or 4744115. OLE color: 4744115.

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

Color convert

RGB1799972-
CMYK00.450.600.30
HSL15.14º42.63%49.22%-
HSV(B)15.14º59.78%70.2%-
XYZ24.2218.988.52-
YUV119.84101170.2-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 51.14%
GREEN value IS 99 (39.06% from 255) = 28.29%
BLUE value IS 72 (28.52% from 255) = 20.57%
R=51.14%
G=28.29%
B=20.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.60
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179997200.450.600.3015.1442.6349.22
HexB3634802D3C1Ef2b31
Octal2631431100557436175361
Binary10110011110001110010000101101111100111101111101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36348; }

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

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

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

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

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

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

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

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