#B06545

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

Shades of Tuscany #B06545

Tints of Tuscany #B06545

Color information

#B06545 (or 0xB06545) is unknown color: approx Tuscany. HEX triplet: B0, 65 and 45. RGB value is (176,101,69). Sum of RGB (Red+Green+Blue) = 176+101+69=346 (45% of max value = 765). Red value is 176 (69.14% from 255 or 50.87% from 346); Green value is 101 (39.84% from 255 or 29.19% from 346); Blue value is 69 (27.34% from 255 or 19.94% from 346); Max value from RGB is 176 - color contains mainly: red. Hex color #B06545 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06545 is #4F9ABA. Grayscale: #777777. Windows color (decimal): -5216955 or 4548016. OLE color: 4548016.

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

Color convert

RGB17610169-
CMYK00.430.610.31
HSL17.94º43.67%48.04%-
HSV(B)17.94º60.8%69.02%-
XYZ23.6318.978.05-
YUV119.7899.35168.1-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 50.87%
GREEN value IS 101 (39.84% from 255) = 29.19%
BLUE value IS 69 (27.34% from 255) = 19.94%
R=50.87%
G=29.19%
B=19.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.61
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761016900.430.610.3117.9443.6748.04
HexB0654502B3D1F122c30
Octal2601451050537537225460
Binary101100001100101100010101010111111011111110010101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06545; }

 p { color: rgb(176,101,69); }

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

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

 a { background-color: rgb(176,101,69); }

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

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

 span { border-color: rgb(176,101,69); }

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