#B06442

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

Shades of Tuscany #B06442

Tints of Tuscany #B06442

Color information

#B06442 (or 0xB06442) is unknown color: approx Tuscany. HEX triplet: B0, 64 and 42. RGB value is (176,100,66). Sum of RGB (Red+Green+Blue) = 176+100+66=342 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.46% from 342); Green value is 100 (39.45% from 255 or 29.24% from 342); Blue value is 66 (26.17% from 255 or 19.30% from 342); Max value from RGB is 176 - color contains mainly: red. Hex color #B06442 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06442 is #4F9BBD. Grayscale: #777777. Windows color (decimal): -5217214 or 4351152. OLE color: 4351152.

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

Color convert

RGB17610066-
CMYK00.430.620.31
HSL18.55º45.45%47.45%-
HSV(B)18.55º62.5%69.02%-
XYZ23.4518.747.54-
YUV118.8598.18168.76-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 51.46%
GREEN value IS 100 (39.45% from 255) = 29.24%
BLUE value IS 66 (26.17% from 255) = 19.30%
R=51.46%
G=29.24%
B=19.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.62
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761006600.430.620.3118.5545.4547.45
HexB0644202B3E1F132d2f
Octal2601441020537637235557
Binary101100001100100100001001010111111101111110011101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06442; }

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

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

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

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

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

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

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

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