#B5613F

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

Shades of Tuscany #B5613F

Tints of Tuscany #B5613F

Color information

#B5613F (or 0xB5613F) is unknown color: approx Tuscany. HEX triplet: B5, 61 and 3F. RGB value is (181,97,63). Sum of RGB (Red+Green+Blue) = 181+97+63=341 (45% of max value = 765). Red value is 181 (71.09% from 255 or 53.08% from 341); Green value is 97 (38.28% from 255 or 28.45% from 341); Blue value is 63 (25% from 255 or 18.48% from 341); Max value from RGB is 181 - color contains mainly: red. Hex color #B5613F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5613F is #4A9EC0. Grayscale: #767676. Windows color (decimal): -4890305 or 4153781. OLE color: 4153781.

HSL color Cylindrical-coordinate representation of color #B5613F: hue angle of 17.29º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B5613F is Cyan = 0, Magento = 0.46, Yellow = 0.65 and Black (K on CMYK) = 0.29.

Color convert

RGB1819763-
CMYK00.460.650.29
HSL17.29º48.36%47.84%-
HSV(B)17.29º65.19%70.98%-
XYZ24.2318.737.04-
YUV118.2496.83172.76-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 53.08%
GREEN value IS 97 (38.28% from 255) = 28.45%
BLUE value IS 63 (25% from 255) = 18.48%
R=53.08%
G=28.45%
B=18.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.65
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181976300.460.650.2917.2948.3647.84
HexB5613F02E411D113030
Octal2651417705610135216060
Binary101101011100001111111010111010000011110110001110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5613F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5613F; }

 p { color: rgb(181,97,63); }

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

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

 a { background-color: rgb(181,97,63); }

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

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

 span { border-color: rgb(181,97,63); }

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