#B5583D

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

Shades of Tuscany #B5583D

Tints of Tuscany #B5583D

Color information

#B5583D (or 0xB5583D) is unknown color: approx Tuscany. HEX triplet: B5, 58 and 3D. RGB value is (181,88,61). Sum of RGB (Red+Green+Blue) = 181+88+61=330 (43% of max value = 765). Red value is 181 (71.09% from 255 or 54.85% from 330); Green value is 88 (34.77% from 255 or 26.67% from 330); Blue value is 61 (24.22% from 255 or 18.48% from 330); Max value from RGB is 181 - color contains mainly: red. Hex color #B5583D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5583D is #4AA7C2. Grayscale: #707070. Windows color (decimal): -4892611 or 4020405. OLE color: 4020405.

HSL color Cylindrical-coordinate representation of color #B5583D: hue angle of 13.5º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B5583D is Cyan = 0, Magento = 0.51, Yellow = 0.66 and Black (K on CMYK) = 0.29.

Color convert

RGB1818861-
CMYK00.510.660.29
HSL13.5º49.59%47.45%-
HSV(B)13.5º66.3%70.98%-
XYZ23.3917.146.49-
YUV112.7398.81176.7-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 54.85%
GREEN value IS 88 (34.77% from 255) = 26.67%
BLUE value IS 61 (24.22% from 255) = 18.48%
R=54.85%
G=26.67%
B=18.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.66
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181886100.510.660.2913.549.5947.45
HexB5583D033421De322f
Octal2651307506310235166257
Binary10110101101100011110101100111000010111011110110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5583D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5583D; }

 p { color: rgb(181,88,61); }

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

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

 a { background-color: rgb(181,88,61); }

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

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

 span { border-color: rgb(181,88,61); }

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