#B06345

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

Shades of Tuscany #B06345

Tints of Tuscany #B06345

Color information

#B06345 (or 0xB06345) is unknown color: approx Tuscany. HEX triplet: B0, 63 and 45. RGB value is (176,99,69). Sum of RGB (Red+Green+Blue) = 176+99+69=344 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.16% from 344); Green value is 99 (39.06% from 255 or 28.78% from 344); Blue value is 69 (27.34% from 255 or 20.06% from 344); Max value from RGB is 176 - color contains mainly: red. Hex color #B06345 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06345 is #4F9CBA. Grayscale: #767676. Windows color (decimal): -5217467 or 4547504. OLE color: 4547504.

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

Color convert

RGB1769969-
CMYK00.440.610.31
HSL16.82º43.67%48.04%-
HSV(B)16.82º60.8%69.02%-
XYZ23.4418.587.98-
YUV118.6100.01168.94-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 51.16%
GREEN value IS 99 (39.06% from 255) = 28.78%
BLUE value IS 69 (27.34% from 255) = 20.06%
R=51.16%
G=28.78%
B=20.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.61
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176996900.440.610.3116.8243.6748.04
HexB0634502C3D1F112c30
Octal2601431050547537215460
Binary101100001100011100010101011001111011111110001101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06345; }

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

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

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

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

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

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

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

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