Html Css Color HEX #B3603F Tuscany

📋 copy color: '#B3603F'

red 179 ◦ green 96 ◦ blue 63

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

Shades of Tuscany #B3603F

Tints of Tuscany #B3603F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 18.64%

R = 52.96%
G = 28.4%
B = 18.64%

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

#B3603F (or 0xB3603F) is known color: Tuscany. HEX triplet: B3, 60 and 3F. RGB value is (179,96,63). Sum of RGB (Red+Green+Blue) = 179+96+63=338 (44% of max value = 765). Red value is 179 (70.31% from 255 or 52.96% from 338); Green value is 96 (37.89% from 255 or 28.40% from 338); Blue value is 63 (25% from 255 or 18.64% from 338); Max value from RGB is 179 - color contains mainly: red. Hex color #B3603F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3603F is #4C9FC0. Grayscale: #757575. Windows color (decimal): -5021633 or 4153523. OLE color: 4153523.

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

Color convert

RGB 179 96 63 -
CMYK 0 0.46 0.65 0.30
HSL 17.07º 0.48% 0.47% -
HSV(B) 17.07º 0.65% 0.7% -
XYZ 23.67 18.31 6.99 -
YUV 117.06 97.5 172.18 -
System Red Green Blue C M Y K H S L
Decimal 179 96 63 0 0.46 0.65 0.30 17.07 0.48 0.47
Hex B3 60 3F 0 2E 41 1E 11 30 2F
Octal 263 140 77 0 56 101 36 21 60 57
Binary 10110011 1100000 111111 0 101110 1000001 11110 10001 110000 101111

Color Harmonies of #B3603F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3603F

Black with #B3603F

Text Example


Text Example

White with #B3603F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3603F; }

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

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

background-color css

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

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

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

border-color css

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

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

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