Html Css Color HEX #B3573F Tuscany

📋 copy color: '#B3573F'

red 179 ◦ green 87 ◦ blue 63

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

Shades of Tuscany #B3573F

Tints of Tuscany #B3573F

RGB

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

 GREEN value IS 87 (34.38% from 255) = 26.44%

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

R = 54.41%
G = 26.44%
B = 19.15%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.65

 K value IS 0.30

RGB Variations

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

Color information

#B3573F (or 0xB3573F) is known color: Tuscany. HEX triplet: B3, 57 and 3F. RGB value is (179,87,63). Sum of RGB (Red+Green+Blue) = 179+87+63=329 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.41% from 329); Green value is 87 (34.38% from 255 or 26.44% from 329); Blue value is 63 (25% from 255 or 19.15% from 329); Max value from RGB is 179 - color contains mainly: red. Hex color #B3573F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3573F is #4CA8C0. Grayscale: #6F6F6F. Windows color (decimal): -5023937 or 4151219. OLE color: 4151219.

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

Color convert

RGB 179 87 63 -
CMYK 0 0.51 0.65 0.30
HSL 12.41º 0.48% 0.47% -
HSV(B) 12.41º 0.65% 0.7% -
XYZ 22.9 16.76 6.73 -
YUV 111.77 100.48 175.95 -
System Red Green Blue C M Y K H S L
Decimal 179 87 63 0 0.51 0.65 0.30 12.41 0.48 0.47
Hex B3 57 3F 0 33 41 1E C 30 2F
Octal 263 127 77 0 63 101 36 14 60 57
Binary 10110011 1010111 111111 0 110011 1000001 11110 1100 110000 101111

Color Harmonies of #B3573F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3573F

Black with #B3573F

Text Example


Text Example

White with #B3573F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3573F; }

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

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

background-color css

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

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

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

border-color css

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

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

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