#B0603F

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

Shades of Tuscany #B0603F

Tints of Tuscany #B0603F

Color information

#B0603F (or 0xB0603F) is unknown color: approx Tuscany. HEX triplet: B0, 60 and 3F. RGB value is (176,96,63). Sum of RGB (Red+Green+Blue) = 176+96+63=335 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.54% from 335); Green value is 96 (37.89% from 255 or 28.66% from 335); Blue value is 63 (25% from 255 or 18.81% from 335); Max value from RGB is 176 - color contains mainly: red. Hex color #B0603F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0603F is #4F9FC0. Grayscale: #747474. Windows color (decimal): -5218241 or 4153520. OLE color: 4153520.

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

Color convert

RGB1769663-
CMYK00.450.640.31
HSL17.52º47.28%46.86%-
HSV(B)17.52º64.2%69.02%-
XYZ22.9817.956.96-
YUV116.1698170.68-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 52.54%
GREEN value IS 96 (37.89% from 255) = 28.66%
BLUE value IS 63 (25% from 255) = 18.81%
R=52.54%
G=28.66%
B=18.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.64
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176966300.450.640.3117.5247.2846.86
HexB0603F02D401F122f2f
Octal2601407705510037225757
Binary101100001100000111111010110110000001111110010101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0603F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0603F; }

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

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

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

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

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

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

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

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