Html Css Color HEX #B0593D Tuscany

📋 copy color: '#B0593D'

red 176 ◦ green 89 ◦ blue 61

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

Shades of Tuscany #B0593D

Tints of Tuscany #B0593D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 18.71%

R = 53.99%
G = 27.3%
B = 18.71%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#B0593D (or 0xB0593D) is known color: Tuscany. HEX triplet: B0, 59 and 3D. RGB value is (176,89,61). Sum of RGB (Red+Green+Blue) = 176+89+61=326 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.99% from 326); Green value is 89 (35.16% from 255 or 27.30% from 326); Blue value is 61 (24.22% from 255 or 18.71% from 326); Max value from RGB is 176 - color contains mainly: red. Hex color #B0593D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0593D is #4FA6C2. Grayscale: #707070. Windows color (decimal): -5220035 or 4020656. OLE color: 4020656.

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

Color convert

RGB 176 89 61 -
CMYK 0 0.49 0.65 0.31
HSL 14.61º 0.49% 0.46% -
HSV(B) 14.61º 0.65% 0.69% -
XYZ 22.32 16.71 6.46 -
YUV 111.82 99.32 173.78 -
System Red Green Blue C M Y K H S L
Decimal 176 89 61 0 0.49 0.65 0.31 14.61 0.49 0.46
Hex B0 59 3D 0 31 41 1F F 31 2E
Octal 260 131 75 0 61 101 37 17 61 56
Binary 10110000 1011001 111101 0 110001 1000001 11111 1111 110001 101110

Color Harmonies of #B0593D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0593D

Black with #B0593D

Text Example


Text Example

White with #B0593D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0593D; }

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

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

background-color css

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

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

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

border-color css

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

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

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