#B06039

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

Shades of Tuscany #B06039

Tints of Tuscany #B06039

Color information

#B06039 (or 0xB06039) is unknown color: approx Tuscany. HEX triplet: B0, 60 and 39. RGB value is (176,96,57). Sum of RGB (Red+Green+Blue) = 176+96+57=329 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.50% from 329); Green value is 96 (37.89% from 255 or 29.18% from 329); Blue value is 57 (22.66% from 255 or 17.33% from 329); Max value from RGB is 176 - color contains mainly: red. Hex color #B06039 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06039 is #4F9FC6. Grayscale: #737373. Windows color (decimal): -5218247 or 3760304. OLE color: 3760304.

HSL color Cylindrical-coordinate representation of color #B06039: hue angle of 19.66º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B06039 is Cyan = 0, Magento = 0.45, Yellow = 0.68 and Black (K on CMYK) = 0.31.

Color convert

RGB1769657-
CMYK00.450.680.31
HSL19.66º51.07%45.69%-
HSV(B)19.66º67.61%69.02%-
XYZ22.8317.896.12-
YUV115.4795171.17-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 53.50%
GREEN value IS 96 (37.89% from 255) = 29.18%
BLUE value IS 57 (22.66% from 255) = 17.33%
R=53.50%
G=29.18%
B=17.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.68
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176965700.450.680.3119.6651.0745.69
HexB0603902D441F14332e
Octal2601407105510437246356
Binary101100001100000111001010110110001001111110100110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06039; }

 p { color: rgb(176,96,57); }

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

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

 a { background-color: rgb(176,96,57); }

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

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

 span { border-color: rgb(176,96,57); }

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