Html Css Color HEX #B3583F Tuscany

📋 copy color: '#B3583F'

red 179 ◦ green 88 ◦ blue 63

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

Shades of Tuscany #B3583F

Tints of Tuscany #B3583F

RGB

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

 GREEN value IS 88 (34.77% from 255) = 26.67%

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

R = 54.24%
G = 26.67%
B = 19.09%

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

#B3583F (or 0xB3583F) is known color: Tuscany. HEX triplet: B3, 58 and 3F. RGB value is (179,88,63). Sum of RGB (Red+Green+Blue) = 179+88+63=330 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.24% from 330); Green value is 88 (34.77% from 255 or 26.67% from 330); Blue value is 63 (25% from 255 or 19.09% from 330); Max value from RGB is 179 - color contains mainly: red. Hex color #B3583F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3583F is #4CA7C0. Grayscale: #707070. Windows color (decimal): -5023681 or 4151475. OLE color: 4151475.

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

Color convert

RGB 179 88 63 -
CMYK 0 0.51 0.65 0.30
HSL 12.93º 0.48% 0.47% -
HSV(B) 12.93º 0.65% 0.7% -
XYZ 22.98 16.92 6.76 -
YUV 112.36 100.15 175.53 -
System Red Green Blue C M Y K H S L
Decimal 179 88 63 0 0.51 0.65 0.30 12.93 0.48 0.47
Hex B3 58 3F 0 33 41 1E D 30 2F
Octal 263 130 77 0 63 101 36 15 60 57
Binary 10110011 1011000 111111 0 110011 1000001 11110 1101 110000 101111

Color Harmonies of #B3583F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3583F

Black with #B3583F

Text Example


Text Example

White with #B3583F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3583F; }

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

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

background-color css

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

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

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

border-color css

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

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

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