#B06447

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

Shades of Tuscany #B06447

Tints of Tuscany #B06447

Color information

#B06447 (or 0xB06447) is unknown color: approx Tuscany. HEX triplet: B0, 64 and 47. RGB value is (176,100,71). Sum of RGB (Red+Green+Blue) = 176+100+71=347 (45% of max value = 765). Red value is 176 (69.14% from 255 or 50.72% from 347); Green value is 100 (39.45% from 255 or 28.82% from 347); Blue value is 71 (28.12% from 255 or 20.46% from 347); Max value from RGB is 176 - color contains mainly: red. Hex color #B06447 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06447 is #4F9BB8. Grayscale: #777777. Windows color (decimal): -5217209 or 4678832. OLE color: 4678832.

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

Color convert

RGB17610071-
CMYK00.430.600.31
HSL16.57º42.51%48.43%-
HSV(B)16.57º59.66%69.02%-
XYZ23.618.88.35-
YUV119.42100.68168.36-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 50.72%
GREEN value IS 100 (39.45% from 255) = 28.82%
BLUE value IS 71 (28.12% from 255) = 20.46%
R=50.72%
G=28.82%
B=20.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.60
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761007100.430.600.3116.5742.5148.43
HexB0644702B3C1F112b30
Octal2601441070537437215360
Binary101100001100100100011101010111111001111110001101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06447; }

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

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

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

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

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

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

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

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