Html Css Color HEX #B0573F Tuscany

📋 copy color: '#B0573F'

red 176 ◦ green 87 ◦ blue 63

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

Shades of Tuscany #B0573F

Tints of Tuscany #B0573F

RGB

 RED value IS 176 (69.14% from 255) = 53.99%

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

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

R = 53.99%
G = 26.69%
B = 19.33%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#B0573F (or 0xB0573F) is known color: Tuscany. HEX triplet: B0, 57 and 3F. RGB value is (176,87,63). Sum of RGB (Red+Green+Blue) = 176+87+63=326 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.99% from 326); Green value is 87 (34.38% from 255 or 26.69% from 326); Blue value is 63 (25% from 255 or 19.33% from 326); Max value from RGB is 176 - color contains mainly: red. Hex color #B0573F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0573F is #4FA8C0. Grayscale: #6F6F6F. Windows color (decimal): -5220545 or 4151216. OLE color: 4151216.

HSL color Cylindrical-coordinate representation of color #B0573F: hue angle of 12.74º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B0573F is Cyan = 0, Magento = 0.51, Yellow = 0.64 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 87 63 -
CMYK 0 0.51 0.64 0.31
HSL 12.74º 0.47% 0.47% -
HSV(B) 12.74º 0.64% 0.69% -
XYZ 22.21 16.41 6.7 -
YUV 110.88 100.99 174.45 -
System Red Green Blue C M Y K H S L
Decimal 176 87 63 0 0.51 0.64 0.31 12.74 0.47 0.47
Hex B0 57 3F 0 33 40 1F D 2F 2F
Octal 260 127 77 0 63 100 37 15 57 57
Binary 10110000 1010111 111111 0 110011 1000000 11111 1101 101111 101111

Color Harmonies of #B0573F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0573F

Black with #B0573F

Text Example


Text Example

White with #B0573F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0573F; }

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

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

background-color css

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

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

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

border-color css

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

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

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