Html Css Color HEX #B56346 Tuscany

📋 copy color: '#B56346'

red 181 ◦ green 99 ◦ blue 70

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

Shades of Tuscany #B56346

Tints of Tuscany #B56346

RGB

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

 GREEN value IS 99 (39.06% from 255) = 28.29%

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

R = 51.71%
G = 28.29%
B = 20%

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

#B56346 (or 0xB56346) is known color: Tuscany. HEX triplet: B5, 63 and 46. RGB value is (181,99,70). Sum of RGB (Red+Green+Blue) = 181+99+70=350 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.71% from 350); Green value is 99 (39.06% from 255 or 28.29% from 350); Blue value is 70 (27.73% from 255 or 20% from 350); Max value from RGB is 181 - color contains mainly: red. Hex color #B56346 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B56346 is #4A9CB9. Grayscale: #787878. Windows color (decimal): -4889786 or 4613045. OLE color: 4613045.

HSL color Cylindrical-coordinate representation of color #B56346: hue angle of 15.68º 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 #B56346 is Cyan = 0, Magento = 0.45, Yellow = 0.61 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 99 70 -
CMYK 0 0.45 0.61 0.29
HSL 15.68º 0.44% 0.49% -
HSV(B) 15.68º 0.61% 0.71% -
XYZ 24.62 19.19 8.2 -
YUV 120.21 99.67 171.36 -
System Red Green Blue C M Y K H S L
Decimal 181 99 70 0 0.45 0.61 0.29 15.68 0.44 0.49
Hex B5 63 46 0 2D 3D 1D 10 2C 31
Octal 265 143 106 0 55 75 35 20 54 61
Binary 10110101 1100011 1000110 0 101101 111101 11101 10000 101100 110001

Color Harmonies of #B56346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56346

Black with #B56346

Text Example


Text Example

White with #B56346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56346; }

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

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

background-color css

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

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

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

border-color css

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

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

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