#b66146

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

Shades of Tuscany #B66146

Tints of Tuscany #B66146

Color information

#B66146 (or 0xB66146) is unknown color: approx Tuscany. HEX triplet: B6, 61 and 46. RGB value is (182,97,70). Sum of RGB (Red+Green+Blue) = 182+97+70=349 (46% of max value = 765). Red value is 182 (71.48% from 255 or 52.15% from 349); Green value is 97 (38.28% from 255 or 27.79% from 349); Blue value is 70 (27.73% from 255 or 20.06% from 349); Max value from RGB is 182 - color contains mainly: red. Hex color #B66146 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B66146 is #499EB9. Grayscale: #777777. Windows color (decimal): -4824762 or 4612534. OLE color: 4612534.

HSL color Cylindrical-coordinate representation of color #B66146: hue angle of 14.46º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B66146 is Cyan = 0, Magento = 0.47, Yellow = 0.62 and Black (K on CMYK) = 0.29.

Color convert

RGB1829770-
CMYK00.470.620.29
HSL14.46º44.44%49.41%-
HSV(B)14.46º61.54%71.37%-
XYZ24.6718.948.15-
YUV119.34100.16172.7-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 52.15%
GREEN value IS 97 (38.28% from 255) = 27.79%
BLUE value IS 70 (27.73% from 255) = 20.06%
R=52.15%
G=27.79%
B=20.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.62
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182977000.470.620.2914.4644.4449.41
HexB6614602F3E1De2c31
Octal2661411060577635165461
Binary10110110110000110001100101111111110111011110101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b66146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b66146; }

 p { color: rgb(182,97,70); }

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

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

 a { background-color: rgb(182,97,70); }

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

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

 span { border-color: rgb(182,97,70); }

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