#B06342

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

Shades of Tuscany #B06342

Tints of Tuscany #B06342

Color information

#B06342 (or 0xB06342) is unknown color: approx Tuscany. HEX triplet: B0, 63 and 42. RGB value is (176,99,66). Sum of RGB (Red+Green+Blue) = 176+99+66=341 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.61% from 341); Green value is 99 (39.06% from 255 or 29.03% from 341); Blue value is 66 (26.17% from 255 or 19.35% from 341); Max value from RGB is 176 - color contains mainly: red. Hex color #B06342 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06342 is #4F9CBD. Grayscale: #767676. Windows color (decimal): -5217470 or 4350896. OLE color: 4350896.

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

Color convert

RGB1769966-
CMYK00.440.620.31
HSL18º45.45%47.45%-
HSV(B)18º62.5%69.02%-
XYZ23.3518.557.5-
YUV118.2698.51169.18-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 51.61%
GREEN value IS 99 (39.06% from 255) = 29.03%
BLUE value IS 66 (26.17% from 255) = 19.35%
R=51.61%
G=29.03%
B=19.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.62
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176996600.440.620.311845.4547.45
HexB0634202C3E1F122d2f
Octal2601431020547637225557
Binary101100001100011100001001011001111101111110010101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06342; }

 p { color: rgb(176,99,66); }

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

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

 a { background-color: rgb(176,99,66); }

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

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

 span { border-color: rgb(176,99,66); }

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