#B4613F

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

Shades of Tuscany #B4613F

Tints of Tuscany #B4613F

Color information

#B4613F (or 0xB4613F) is unknown color: approx Tuscany. HEX triplet: B4, 61 and 3F. RGB value is (180,97,63). Sum of RGB (Red+Green+Blue) = 180+97+63=340 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.94% from 340); Green value is 97 (38.28% from 255 or 28.53% from 340); Blue value is 63 (25% from 255 or 18.53% from 340); Max value from RGB is 180 - color contains mainly: red. Hex color #B4613F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B4613F is #4B9EC0. Grayscale: #767676. Windows color (decimal): -4955841 or 4153780. OLE color: 4153780.

HSL color Cylindrical-coordinate representation of color #B4613F: hue angle of 17.44º 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 #B4613F is Cyan = 0, Magento = 0.46, Yellow = 0.65 and Black (K on CMYK) = 0.29.

Color convert

RGB1809763-
CMYK00.460.650.29
HSL17.44º48.15%47.65%-
HSV(B)17.44º65%70.59%-
XYZ23.9918.617.03-
YUV117.9497172.26-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 52.94%
GREEN value IS 97 (38.28% from 255) = 28.53%
BLUE value IS 63 (25% from 255) = 18.53%
R=52.94%
G=28.53%
B=18.53%

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
Decimal180976300.460.650.2917.4448.1547.65
HexB4613F02E411D113030
Octal2641417705610135216060
Binary101101001100001111111010111010000011110110001110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4613F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4613F; }

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

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

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

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

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

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

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

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