Html Css Color HEX #B0593F Tuscany

📋 copy color: '#B0593F'

red 176 ◦ green 89 ◦ blue 63

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

Shades of Tuscany #B0593F

Tints of Tuscany #B0593F

RGB

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

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

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

R = 53.66%
G = 27.13%
B = 19.21%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#B0593F (or 0xB0593F) is known color: Tuscany. HEX triplet: B0, 59 and 3F. RGB value is (176,89,63). Sum of RGB (Red+Green+Blue) = 176+89+63=328 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.66% from 328); Green value is 89 (35.16% from 255 or 27.13% from 328); Blue value is 63 (25% from 255 or 19.21% from 328); Max value from RGB is 176 - color contains mainly: red. Hex color #B0593F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0593F is #4FA6C0. Grayscale: #707070. Windows color (decimal): -5220033 or 4151728. OLE color: 4151728.

HSL color Cylindrical-coordinate representation of color #B0593F: hue angle of 13.81º 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 #B0593F is Cyan = 0, Magento = 0.49, Yellow = 0.64 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 89 63 -
CMYK 0 0.49 0.64 0.31
HSL 13.81º 0.47% 0.47% -
HSV(B) 13.81º 0.64% 0.69% -
XYZ 22.37 16.73 6.75 -
YUV 112.05 100.32 173.61 -
System Red Green Blue C M Y K H S L
Decimal 176 89 63 0 0.49 0.64 0.31 13.81 0.47 0.47
Hex B0 59 3F 0 31 40 1F E 2F 2F
Octal 260 131 77 0 61 100 37 16 57 57
Binary 10110000 1011001 111111 0 110001 1000000 11111 1110 101111 101111

Color Harmonies of #B0593F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0593F

Black with #B0593F

Text Example


Text Example

White with #B0593F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0593F; }

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

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

background-color css

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

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

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

border-color css

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

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

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