Html Css Color HEX #B3593F Tuscany

📋 copy color: '#B3593F'

red 179 ◦ green 89 ◦ blue 63

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

Shades of Tuscany #B3593F

Tints of Tuscany #B3593F

RGB

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

 GREEN value IS 89 (35.16% from 255) = 26.89%

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

R = 54.08%
G = 26.89%
B = 19.03%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.65

 K value IS 0.30

RGB Variations

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

Color information

#B3593F (or 0xB3593F) is known color: Tuscany. HEX triplet: B3, 59 and 3F. RGB value is (179,89,63). Sum of RGB (Red+Green+Blue) = 179+89+63=331 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.08% from 331); Green value is 89 (35.16% from 255 or 26.89% from 331); Blue value is 63 (25% from 255 or 19.03% from 331); Max value from RGB is 179 - color contains mainly: red. Hex color #B3593F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3593F is #4CA6C0. Grayscale: #717171. Windows color (decimal): -5023425 or 4151731. OLE color: 4151731.

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

Color convert

RGB 179 89 63 -
CMYK 0 0.50 0.65 0.30
HSL 13.45º 0.48% 0.47% -
HSV(B) 13.45º 0.65% 0.7% -
XYZ 23.06 17.09 6.79 -
YUV 112.95 99.82 175.11 -
System Red Green Blue C M Y K H S L
Decimal 179 89 63 0 0.50 0.65 0.30 13.45 0.48 0.47
Hex B3 59 3F 0 32 41 1E D 30 2F
Octal 263 131 77 0 62 101 36 15 60 57
Binary 10110011 1011001 111111 0 110010 1000001 11110 1101 110000 101111

Color Harmonies of #B3593F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3593F

Black with #B3593F

Text Example


Text Example

White with #B3593F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3593F; }

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

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

background-color css

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

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

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

border-color css

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

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

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