Html Css Color HEX #B56446 Tuscany

📋 copy color: '#B56446'

red 181 ◦ green 100 ◦ blue 70

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

Shades of Tuscany #B56446

Tints of Tuscany #B56446

RGB

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

 GREEN value IS 100 (39.45% from 255) = 28.49%

 BLUE value IS 70 (27.73% from 255) = 19.94%

R = 51.57%
G = 28.49%
B = 19.94%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.61

 K value IS 0.29

RGB Variations

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

Color information

#B56446 (or 0xB56446) is known color: Tuscany. HEX triplet: B5, 64 and 46. RGB value is (181,100,70). Sum of RGB (Red+Green+Blue) = 181+100+70=351 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.57% from 351); Green value is 100 (39.45% from 255 or 28.49% from 351); Blue value is 70 (27.73% from 255 or 19.94% from 351); Max value from RGB is 181 - color contains mainly: red. Hex color #B56446 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B56446 is #4A9BB9. Grayscale: #797979. Windows color (decimal): -4889530 or 4613301. OLE color: 4613301.

HSL color Cylindrical-coordinate representation of color #B56446: hue angle of 16.22º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B56446 is Cyan = 0, Magento = 0.45, Yellow = 0.61 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 100 70 -
CMYK 0 0.45 0.61 0.29
HSL 16.22º 0.44% 0.49% -
HSV(B) 16.22º 0.61% 0.71% -
XYZ 24.72 19.38 8.23 -
YUV 120.8 99.34 170.94 -
System Red Green Blue C M Y K H S L
Decimal 181 100 70 0 0.45 0.61 0.29 16.22 0.44 0.49
Hex B5 64 46 0 2D 3D 1D 10 2C 31
Octal 265 144 106 0 55 75 35 20 54 61
Binary 10110101 1100100 1000110 0 101101 111101 11101 10000 101100 110001

Color Harmonies of #B56446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56446

Black with #B56446

Text Example


Text Example

White with #B56446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56446; }

 p { color: rgb(181,100,70); }

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

background-color css

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

 a { background-color: rgb(181,100,70); }

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

border-color css

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

 span { border-color: rgb(181,100,70); }

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