#B35F3B

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

Shades of Tuscany #B35F3B

Tints of Tuscany #B35F3B

Color information

#B35F3B (or 0xB35F3B) is unknown color: approx Tuscany. HEX triplet: B3, 5F and 3B. RGB value is (179,95,59). Sum of RGB (Red+Green+Blue) = 179+95+59=333 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.75% from 333); Green value is 95 (37.5% from 255 or 28.53% from 333); Blue value is 59 (23.44% from 255 or 17.72% from 333); Max value from RGB is 179 - color contains mainly: red. Hex color #B35F3B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B35F3B is #4CA0C4. Grayscale: #747474. Windows color (decimal): -5021893 or 3891123. OLE color: 3891123.

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

Color convert

RGB1799559-
CMYK00.470.670.30
HSL18º50.42%46.67%-
HSV(B)18º67.04%70.2%-
XYZ23.4718.086.39-
YUV116.0195.83172.93-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 53.75%
GREEN value IS 95 (37.5% from 255) = 28.53%
BLUE value IS 59 (23.44% from 255) = 17.72%
R=53.75%
G=28.53%
B=17.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.67
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179955900.470.670.301850.4246.67
HexB35F3B02F431E12322f
Octal2631377305710336226257
Binary101100111011111111011010111110000111111010010110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35F3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35F3B; }

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

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

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

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

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

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

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

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