#B06747

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

Shades of Tuscany #B06747

Tints of Tuscany #B06747

Color information

#B06747 (or 0xB06747) is unknown color: approx Tuscany. HEX triplet: B0, 67 and 47. RGB value is (176,103,71). Sum of RGB (Red+Green+Blue) = 176+103+71=350 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.29% from 350); Green value is 103 (40.62% from 255 or 29.43% from 350); Blue value is 71 (28.12% from 255 or 20.29% from 350); Max value from RGB is 176 - color contains mainly: red. Hex color #B06747 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06747 is #4F98B8. Grayscale: #797979. Windows color (decimal): -5216441 or 4679600. OLE color: 4679600.

HSL color Cylindrical-coordinate representation of color #B06747: hue angle of 18.29º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B06747 is Cyan = 0, Magento = 0.41, Yellow = 0.60 and Black (K on CMYK) = 0.31.

Color convert

RGB17610371-
CMYK00.410.600.31
HSL18.29º42.51%48.43%-
HSV(B)18.29º59.66%69.02%-
XYZ23.8919.398.44-
YUV121.1899.68167.1-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 50.29%
GREEN value IS 103 (40.62% from 255) = 29.43%
BLUE value IS 71 (28.12% from 255) = 20.29%
R=50.29%
G=29.43%
B=20.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.60
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761037100.410.600.3118.2942.5148.43
HexB067470293C1F122b30
Octal2601471070517437225360
Binary101100001100111100011101010011111001111110010101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06747; }

 p { color: rgb(176,103,71); }

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

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

 a { background-color: rgb(176,103,71); }

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

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

 span { border-color: rgb(176,103,71); }

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