#B06745

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

Shades of Tuscany #B06745

Tints of Tuscany #B06745

Color information

#B06745 (or 0xB06745) is unknown color: approx Tuscany. HEX triplet: B0, 67 and 45. RGB value is (176,103,69). Sum of RGB (Red+Green+Blue) = 176+103+69=348 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.57% from 348); Green value is 103 (40.62% from 255 or 29.60% from 348); Blue value is 69 (27.34% from 255 or 19.83% from 348); Max value from RGB is 176 - color contains mainly: red. Hex color #B06745 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06745 is #4F98BA. Grayscale: #797979. Windows color (decimal): -5216443 or 4548528. OLE color: 4548528.

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

Color convert

RGB17610369-
CMYK00.410.610.31
HSL19.07º43.67%48.04%-
HSV(B)19.07º60.8%69.02%-
XYZ23.8319.368.11-
YUV120.9598.68167.26-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 50.57%
GREEN value IS 103 (40.62% from 255) = 29.60%
BLUE value IS 69 (27.34% from 255) = 19.83%
R=50.57%
G=29.60%
B=19.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.61
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761036900.410.610.3119.0743.6748.04
HexB067450293D1F132c30
Octal2601471050517537235460
Binary101100001100111100010101010011111011111110011101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06745; }

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

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

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

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

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

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

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

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