#B4603F

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

Shades of Tuscany #B4603F

Tints of Tuscany #B4603F

Color information

#B4603F (or 0xB4603F) is unknown color: approx Tuscany. HEX triplet: B4, 60 and 3F. RGB value is (180,96,63). Sum of RGB (Red+Green+Blue) = 180+96+63=339 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.10% from 339); Green value is 96 (37.89% from 255 or 28.32% from 339); Blue value is 63 (25% from 255 or 18.58% from 339); Max value from RGB is 180 - color contains mainly: red. Hex color #B4603F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B4603F is #4B9FC0. Grayscale: #757575. Windows color (decimal): -4956097 or 4153524. OLE color: 4153524.

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

Color convert

RGB1809663-
CMYK00.470.650.29
HSL16.92º48.15%47.65%-
HSV(B)16.92º65%70.59%-
XYZ23.918.437-
YUV117.3597.33172.68-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 53.10%
GREEN value IS 96 (37.89% from 255) = 28.32%
BLUE value IS 63 (25% from 255) = 18.58%
R=53.10%
G=28.32%
B=18.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.65
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180966300.470.650.2916.9248.1547.65
HexB4603F02F411D113030
Octal2641407705710135216060
Binary101101001100000111111010111110000011110110001110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4603F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4603F; }

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

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

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

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

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

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

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

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