#B35F45

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

Shades of Tuscany #B35F45

Tints of Tuscany #B35F45

Color information

#B35F45 (or 0xB35F45) is unknown color: approx Tuscany. HEX triplet: B3, 5F and 45. RGB value is (179,95,69). Sum of RGB (Red+Green+Blue) = 179+95+69=343 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.19% from 343); Green value is 95 (37.5% from 255 or 27.70% from 343); Blue value is 69 (27.34% from 255 or 20.12% from 343); Max value from RGB is 179 - color contains mainly: red. Hex color #B35F45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B35F45 is #4CA0BA. Grayscale: #757575. Windows color (decimal): -5021883 or 4546483. OLE color: 4546483.

HSL color Cylindrical-coordinate representation of color #B35F45: hue angle of 14.18º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B35F45 is Cyan = 0, Magento = 0.47, Yellow = 0.61 and Black (K on CMYK) = 0.30.

Color convert

RGB1799569-
CMYK00.470.610.30
HSL14.18º44.35%48.63%-
HSV(B)14.18º61.45%70.2%-
XYZ23.7618.27.89-
YUV117.15100.83172.11-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 52.19%
GREEN value IS 95 (37.5% from 255) = 27.70%
BLUE value IS 69 (27.34% from 255) = 20.12%
R=52.19%
G=27.70%
B=20.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.61
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179956900.470.610.3014.1844.3548.63
HexB35F4502F3D1Ee2c31
Octal2631371050577536165461
Binary10110011101111110001010101111111101111101110101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35F45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35F45; }

 p { color: rgb(179,95,69); }

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

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

 a { background-color: rgb(179,95,69); }

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

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

 span { border-color: rgb(179,95,69); }

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