#B2603B

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

Shades of Tuscany #B2603B

Tints of Tuscany #B2603B

Color information

#B2603B (or 0xB2603B) is unknown color: approx Tuscany. HEX triplet: B2, 60 and 3B. RGB value is (178,96,59). Sum of RGB (Red+Green+Blue) = 178+96+59=333 (44% of max value = 765). Red value is 178 (69.92% from 255 or 53.45% from 333); Green value is 96 (37.89% from 255 or 28.83% from 333); Blue value is 59 (23.44% from 255 or 17.72% from 333); Max value from RGB is 178 - color contains mainly: red. Hex color #B2603B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2603B is #4D9FC4. Grayscale: #747474. Windows color (decimal): -5087173 or 3891378. OLE color: 3891378.

HSL color Cylindrical-coordinate representation of color #B2603B: hue angle of 18.66º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B2603B is Cyan = 0, Magento = 0.46, Yellow = 0.67 and Black (K on CMYK) = 0.30.

Color convert

RGB1789659-
CMYK00.460.670.30
HSL18.66º50.21%46.47%-
HSV(B)18.66º66.85%69.8%-
XYZ23.3318.156.41-
YUV116.395.67172.01-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 53.45%
GREEN value IS 96 (37.89% from 255) = 28.83%
BLUE value IS 59 (23.44% from 255) = 17.72%
R=53.45%
G=28.83%
B=17.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.67
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178965900.460.670.3018.6650.2146.47
HexB2603B02E431E13322e
Octal2621407305610336236256
Binary101100101100000111011010111010000111111010011110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2603B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2603B; }

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

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

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

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

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

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

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

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