#B06847

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

Shades of Tuscany #B06847

Tints of Tuscany #B06847

Color information

#B06847 (or 0xB06847) is unknown color: approx Tuscany. HEX triplet: B0, 68 and 47. RGB value is (176,104,71). Sum of RGB (Red+Green+Blue) = 176+104+71=351 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.14% from 351); Green value is 104 (41.02% from 255 or 29.63% from 351); Blue value is 71 (28.12% from 255 or 20.23% from 351); Max value from RGB is 176 - color contains mainly: red. Hex color #B06847 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06847 is #4F97B8. Grayscale: #797979. Windows color (decimal): -5216185 or 4679856. OLE color: 4679856.

HSL color Cylindrical-coordinate representation of color #B06847: hue angle of 18.86º 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 #B06847 is Cyan = 0, Magento = 0.41, Yellow = 0.60 and Black (K on CMYK) = 0.31.

Color convert

RGB17610471-
CMYK00.410.600.31
HSL18.86º42.51%48.43%-
HSV(B)18.86º59.66%69.02%-
XYZ23.9919.598.48-
YUV121.7799.35166.68-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 50.14%
GREEN value IS 104 (41.02% from 255) = 29.63%
BLUE value IS 71 (28.12% from 255) = 20.23%
R=50.14%
G=29.63%
B=20.23%

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
Decimal1761047100.410.600.3118.8642.5148.43
HexB068470293C1F132b30
Octal2601501070517437235360
Binary101100001101000100011101010011111001111110011101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06847; }

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

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

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

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

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

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

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

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