#b06441

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

Shades of Tuscany #B06441

Tints of Tuscany #B06441

Color information

#B06441 (or 0xB06441) is unknown color: approx Tuscany. HEX triplet: B0, 64 and 41. RGB value is (176,100,65). Sum of RGB (Red+Green+Blue) = 176+100+65=341 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.61% from 341); Green value is 100 (39.45% from 255 or 29.33% from 341); Blue value is 65 (25.78% from 255 or 19.06% from 341); Max value from RGB is 176 - color contains mainly: red. Hex color #B06441 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06441 is #4F9BBE. Grayscale: #767676. Windows color (decimal): -5217215 or 4285616. OLE color: 4285616.

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

Color convert

RGB17610065-
CMYK00.430.630.31
HSL18.92º46.06%47.25%-
HSV(B)18.92º63.07%69.02%-
XYZ23.4218.737.38-
YUV118.7397.68168.85-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 51.61%
GREEN value IS 100 (39.45% from 255) = 29.33%
BLUE value IS 65 (25.78% from 255) = 19.06%
R=51.61%
G=29.33%
B=19.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.63
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761006500.430.630.3118.9246.0647.25
HexB0644102B3F1F132e2f
Octal2601441010537737235657
Binary101100001100100100000101010111111111111110011101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b06441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b06441; }

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

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

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

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

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

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

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

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