#B35F48

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

Shades of Tuscany #B35F48

Tints of Tuscany #B35F48

Color information

#B35F48 (or 0xB35F48) is unknown color: approx Tuscany. HEX triplet: B3, 5F and 48. RGB value is (179,95,72). Sum of RGB (Red+Green+Blue) = 179+95+72=346 (45% of max value = 765). Red value is 179 (70.31% from 255 or 51.73% from 346); Green value is 95 (37.5% from 255 or 27.46% from 346); Blue value is 72 (28.52% from 255 or 20.81% from 346); Max value from RGB is 179 - color contains mainly: red. Hex color #B35F48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B35F48 is #4CA0B7. Grayscale: #757575. Windows color (decimal): -5021880 or 4743091. OLE color: 4743091.

HSL color Cylindrical-coordinate representation of color #B35F48: hue angle of 12.9º 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 #B35F48 is Cyan = 0, Magento = 0.47, Yellow = 0.60 and Black (K on CMYK) = 0.30.

Color convert

RGB1799572-
CMYK00.470.600.30
HSL12.9º42.63%49.22%-
HSV(B)12.9º59.78%70.2%-
XYZ23.8518.248.39-
YUV117.49102.33171.87-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 51.73%
GREEN value IS 95 (37.5% from 255) = 27.46%
BLUE value IS 72 (28.52% from 255) = 20.81%
R=51.73%
G=27.46%
B=20.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.60
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179957200.470.600.3012.942.6349.22
HexB35F4802F3C1Ed2b31
Octal2631371100577436155361
Binary10110011101111110010000101111111100111101101101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35F48; }

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

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

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

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

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

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

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

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