#B2603F

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

Shades of Tuscany #B2603F

Tints of Tuscany #B2603F

Color information

#B2603F (or 0xB2603F) is unknown color: approx Tuscany. HEX triplet: B2, 60 and 3F. RGB value is (178,96,63). Sum of RGB (Red+Green+Blue) = 178+96+63=337 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.82% from 337); Green value is 96 (37.89% from 255 or 28.49% from 337); Blue value is 63 (25% from 255 or 18.69% from 337); Max value from RGB is 178 - color contains mainly: red. Hex color #B2603F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2603F is #4D9FC0. Grayscale: #747474. Windows color (decimal): -5087169 or 4153522. OLE color: 4153522.

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

Color convert

RGB1789663-
CMYK00.460.650.30
HSL17.22º47.72%47.25%-
HSV(B)17.22º64.61%69.8%-
XYZ23.4418.196.98-
YUV116.7697.67171.68-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 52.82%
GREEN value IS 96 (37.89% from 255) = 28.49%
BLUE value IS 63 (25% from 255) = 18.69%
R=52.82%
G=28.49%
B=18.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.65
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178966300.460.650.3017.2247.7247.25
HexB2603F02E411E11302f
Octal2621407705610136216057
Binary101100101100000111111010111010000011111010001110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2603F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2603F; }

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

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

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

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

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

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

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

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