#B7603E

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

Shades of Tuscany #B7603E

Tints of Tuscany #B7603E

Color information

#B7603E (or 0xB7603E) is unknown color: approx Tuscany. HEX triplet: B7, 60 and 3E. RGB value is (183,96,62). Sum of RGB (Red+Green+Blue) = 183+96+62=341 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.67% from 341); Green value is 96 (37.89% from 255 or 28.15% from 341); Blue value is 62 (24.61% from 255 or 18.18% from 341); Max value from RGB is 183 - color contains mainly: red. Hex color #B7603E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B7603E is #489FC1. Grayscale: #767676. Windows color (decimal): -4759490 or 4087991. OLE color: 4087991.

HSL color Cylindrical-coordinate representation of color #B7603E: hue angle of 16.86º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B7603E is Cyan = 0, Magento = 0.48, Yellow = 0.66 and Black (K on CMYK) = 0.28.

Color convert

RGB1839662-
CMYK00.480.660.28
HSL16.86º49.39%48.04%-
HSV(B)16.86º66.12%71.76%-
XYZ24.5818.786.89-
YUV118.1496.32174.26-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 53.67%
GREEN value IS 96 (37.89% from 255) = 28.15%
BLUE value IS 62 (24.61% from 255) = 18.18%
R=53.67%
G=28.15%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.66
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183966200.480.660.2816.8649.3948.04
HexB7603E030421C113130
Octal2671407606010234216160
Binary101101111100000111110011000010000101110010001110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7603E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7603E; }

 p { color: rgb(183,96,62); }

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

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

 a { background-color: rgb(183,96,62); }

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

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

 span { border-color: rgb(183,96,62); }

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