Html Css Color HEX #B3603E Tuscany

📋 copy color: '#B3603E'

red 179 ◦ green 96 ◦ blue 62

#B3603E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tuscany #B3603E

Tints of Tuscany #B3603E

RGB

 RED value IS 179 (70.31% from 255) = 53.12%

 GREEN value IS 96 (37.89% from 255) = 28.49%

 BLUE value IS 62 (24.61% from 255) = 18.4%

R = 53.12%
G = 28.49%
B = 18.4%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.65

 K value IS 0.30

RGB Variations

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

Color information

#B3603E (or 0xB3603E) is known color: Tuscany. HEX triplet: B3, 60 and 3E. RGB value is (179,96,62). Sum of RGB (Red+Green+Blue) = 179+96+62=337 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.12% from 337); Green value is 96 (37.89% from 255 or 28.49% from 337); Blue value is 62 (24.61% from 255 or 18.40% from 337); Max value from RGB is 179 - color contains mainly: red. Hex color #B3603E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3603E is #4C9FC1. Grayscale: #757575. Windows color (decimal): -5021634 or 4087987. OLE color: 4087987.

HSL color Cylindrical-coordinate representation of color #B3603E: hue angle of 17.44º degrees, saturation: 0.49, 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 #B3603E is Cyan = 0, Magento = 0.46, Yellow = 0.65 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 96 62 -
CMYK 0 0.46 0.65 0.30
HSL 17.44º 0.49% 0.47% -
HSV(B) 17.44º 0.65% 0.7% -
XYZ 23.64 18.3 6.84 -
YUV 116.94 97 172.26 -
System Red Green Blue C M Y K H S L
Decimal 179 96 62 0 0.46 0.65 0.30 17.44 0.49 0.47
Hex B3 60 3E 0 2E 41 1E 11 31 2F
Octal 263 140 76 0 56 101 36 21 61 57
Binary 10110011 1100000 111110 0 101110 1000001 11110 10001 110001 101111

Color Harmonies of #B3603E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3603E

Black with #B3603E

Text Example


Text Example

White with #B3603E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3603E; }

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

 H1.HeaderClassName
 {
   color: #B3603E;
 }
 .AnyTagClassName
 {
   color: #B3603E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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