#B0603B

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

Shades of Tuscany #B0603B

Tints of Tuscany #B0603B

Color information

#B0603B (or 0xB0603B) is unknown color: approx Tuscany. HEX triplet: B0, 60 and 3B. RGB value is (176,96,59). Sum of RGB (Red+Green+Blue) = 176+96+59=331 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.17% from 331); Green value is 96 (37.89% from 255 or 29.00% from 331); Blue value is 59 (23.44% from 255 or 17.82% from 331); Max value from RGB is 176 - color contains mainly: red. Hex color #B0603B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0603B is #4F9FC4. Grayscale: #737373. Windows color (decimal): -5218245 or 3891376. OLE color: 3891376.

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

Color convert

RGB1769659-
CMYK00.450.660.31
HSL18.97º49.79%46.08%-
HSV(B)18.97º66.48%69.02%-
XYZ22.8817.916.39-
YUV115.796171.01-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 53.17%
GREEN value IS 96 (37.89% from 255) = 29.00%
BLUE value IS 59 (23.44% from 255) = 17.82%
R=53.17%
G=29.00%
B=17.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.66
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176965900.450.660.3118.9749.7946.08
HexB0603B02D421F13322e
Octal2601407305510237236256
Binary101100001100000111011010110110000101111110011110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0603B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0603B; }

 p { color: rgb(176,96,59); }

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

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

 a { background-color: rgb(176,96,59); }

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

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

 span { border-color: rgb(176,96,59); }

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