#B3583E

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

Shades of Tuscany #B3583E

Tints of Tuscany #B3583E

Color information

#B3583E (or 0xB3583E) is unknown color: approx Tuscany. HEX triplet: B3, 58 and 3E. RGB value is (179,88,62). Sum of RGB (Red+Green+Blue) = 179+88+62=329 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.41% from 329); Green value is 88 (34.77% from 255 or 26.75% from 329); Blue value is 62 (24.61% from 255 or 18.84% from 329); Max value from RGB is 179 - color contains mainly: red. Hex color #B3583E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3583E is #4CA7C1. Grayscale: #707070. Windows color (decimal): -5023682 or 4085939. OLE color: 4085939.

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

Color convert

RGB1798862-
CMYK00.510.650.30
HSL13.33º48.55%47.25%-
HSV(B)13.33º65.36%70.2%-
XYZ22.9516.916.61-
YUV112.2499.65175.61-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 54.41%
GREEN value IS 88 (34.77% from 255) = 26.75%
BLUE value IS 62 (24.61% from 255) = 18.84%
R=54.41%
G=26.75%
B=18.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.65
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179886200.510.650.3013.3348.5547.25
HexB3583E033411Ed312f
Octal2631307606310136156157
Binary10110011101100011111001100111000001111101101110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3583E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3583E; }

 p { color: rgb(179,88,62); }

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

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

 a { background-color: rgb(179,88,62); }

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

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

 span { border-color: rgb(179,88,62); }

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