#B0604B

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

Shades of Tuscany #B0604B

Tints of Tuscany #B0604B

Color information

#B0604B (or 0xB0604B) is unknown color: approx Tuscany. HEX triplet: B0, 60 and 4B. RGB value is (176,96,75). Sum of RGB (Red+Green+Blue) = 176+96+75=347 (45% of max value = 765). Red value is 176 (69.14% from 255 or 50.72% from 347); Green value is 96 (37.89% from 255 or 27.67% from 347); Blue value is 75 (29.69% from 255 or 21.61% from 347); Max value from RGB is 176 - color contains mainly: red. Hex color #B0604B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0604B is #4F9FB4. Grayscale: #757575. Windows color (decimal): -5218229 or 4939952. OLE color: 4939952.

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

Color convert

RGB1769675-
CMYK00.450.570.31
HSL12.48º40.24%49.22%-
HSV(B)12.48º57.39%69.02%-
XYZ23.3618.18.92-
YUV117.53104169.71-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 50.72%
GREEN value IS 96 (37.89% from 255) = 27.67%
BLUE value IS 75 (29.69% from 255) = 21.61%
R=50.72%
G=27.67%
B=21.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.57
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176967500.450.570.3112.4840.2449.22
HexB0604B02D391Fc2831
Octal2601401130557137145061
Binary10110000110000010010110101101111001111111100101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0604B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0604B; }

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

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

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

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

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

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

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

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