Html Css Color HEX #B56046 Tuscany

📋 copy color: '#B56046'

red 181 ◦ green 96 ◦ blue 70

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

Shades of Tuscany #B56046

Tints of Tuscany #B56046

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.67%

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

R = 52.16%
G = 27.67%
B = 20.17%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.61

 K value IS 0.29

RGB Variations

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

Color information

#B56046 (or 0xB56046) is known color: Tuscany. HEX triplet: B5, 60 and 46. RGB value is (181,96,70). Sum of RGB (Red+Green+Blue) = 181+96+70=347 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.16% from 347); Green value is 96 (37.89% from 255 or 27.67% from 347); Blue value is 70 (27.73% from 255 or 20.17% from 347); Max value from RGB is 181 - color contains mainly: red. Hex color #B56046 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B56046 is #4A9FB9. Grayscale: #767676. Windows color (decimal): -4890554 or 4612277. OLE color: 4612277.

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

Color convert

RGB 181 96 70 -
CMYK 0 0.47 0.61 0.29
HSL 14.05º 0.44% 0.49% -
HSV(B) 14.05º 0.61% 0.71% -
XYZ 24.34 18.63 8.11 -
YUV 118.45 100.66 172.61 -
System Red Green Blue C M Y K H S L
Decimal 181 96 70 0 0.47 0.61 0.29 14.05 0.44 0.49
Hex B5 60 46 0 2F 3D 1D E 2C 31
Octal 265 140 106 0 57 75 35 16 54 61
Binary 10110101 1100000 1000110 0 101111 111101 11101 1110 101100 110001

Color Harmonies of #B56046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56046

Black with #B56046

Text Example


Text Example

White with #B56046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56046; }

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

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

background-color css

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

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

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

border-color css

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

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

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