#B66A48

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

Shades of Tuscany #B66A48

Tints of Tuscany #B66A48

Color information

#B66A48 (or 0xB66A48) is unknown color: approx Tuscany. HEX triplet: B6, 6A and 48. RGB value is (182,106,72). Sum of RGB (Red+Green+Blue) = 182+106+72=360 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.56% from 360); Green value is 106 (41.80% from 255 or 29.44% from 360); Blue value is 72 (28.52% from 255 or 20% from 360); Max value from RGB is 182 - color contains mainly: red. Hex color #B66A48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B66A48 is #4995B7. Grayscale: #7D7D7D. Windows color (decimal): -4822456 or 4745910. OLE color: 4745910.

HSL color Cylindrical-coordinate representation of color #B66A48: hue angle of 18.55º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B66A48 is Cyan = 0, Magento = 0.42, Yellow = 0.60 and Black (K on CMYK) = 0.29.

Color convert

RGB18210672-
CMYK00.420.600.29
HSL18.55º43.31%49.8%-
HSV(B)18.55º60.44%71.37%-
XYZ25.6220.728.78-
YUV124.8598.18168.76-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 50.56%
GREEN value IS 106 (41.80% from 255) = 29.44%
BLUE value IS 72 (28.52% from 255) = 20%
R=50.56%
G=29.44%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.60
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821067200.420.600.2918.5543.3149.8
HexB66A4802A3C1D132b32
Octal2661521100527435235362
Binary101101101101010100100001010101111001110110011101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66A48; }

 p { color: rgb(182,106,72); }

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

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

 a { background-color: rgb(182,106,72); }

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

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

 span { border-color: rgb(182,106,72); }

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