Html Css Color HEX #B5593D Tuscany

📋 copy color: '#B5593D'

red 181 ◦ green 89 ◦ blue 61

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

Shades of Tuscany #B5593D

Tints of Tuscany #B5593D

RGB

 RED value IS 181 (71.09% from 255) = 54.68%

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

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

R = 54.68%
G = 26.89%
B = 18.43%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.66

 K value IS 0.29

RGB Variations

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

Color information

#B5593D (or 0xB5593D) is known color: Tuscany. HEX triplet: B5, 59 and 3D. RGB value is (181,89,61). Sum of RGB (Red+Green+Blue) = 181+89+61=331 (43% of max value = 765). Red value is 181 (71.09% from 255 or 54.68% from 331); Green value is 89 (35.16% from 255 or 26.89% from 331); Blue value is 61 (24.22% from 255 or 18.43% from 331); Max value from RGB is 181 - color contains mainly: red. Hex color #B5593D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5593D is #4AA6C2. Grayscale: #717171. Windows color (decimal): -4892355 or 4020661. OLE color: 4020661.

HSL color Cylindrical-coordinate representation of color #B5593D: hue angle of 14º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B5593D is Cyan = 0, Magento = 0.51, Yellow = 0.66 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 89 61 -
CMYK 0 0.51 0.66 0.29
HSL 14º 0.5% 0.47% -
HSV(B) 14º 0.66% 0.71% -
XYZ 23.47 17.31 6.52 -
YUV 113.32 98.48 176.28 -
System Red Green Blue C M Y K H S L
Decimal 181 89 61 0 0.51 0.66 0.29 14 0.5 0.47
Hex B5 59 3D 0 33 42 1D E 32 2F
Octal 265 131 75 0 63 102 35 16 62 57
Binary 10110101 1011001 111101 0 110011 1000010 11101 1110 110010 101111

Color Harmonies of #B5593D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5593D

Black with #B5593D

Text Example


Text Example

White with #B5593D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5593D; }

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

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

background-color css

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

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

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

border-color css

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

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

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