Html Css Color HEX #B56749 Tuscany

📋 copy color: '#B56749'

red 181 ◦ green 103 ◦ blue 73

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

Shades of Tuscany #B56749

Tints of Tuscany #B56749

RGB

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

 GREEN value IS 103 (40.63% from 255) = 28.85%

 BLUE value IS 73 (28.91% from 255) = 20.45%

R = 50.7%
G = 28.85%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.60

 K value IS 0.29

RGB Variations

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

Color information

#B56749 (or 0xB56749) is known color: Tuscany. HEX triplet: B5, 67 and 49. RGB value is (181,103,73). Sum of RGB (Red+Green+Blue) = 181+103+73=357 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.70% from 357); Green value is 103 (40.62% from 255 or 28.85% from 357); Blue value is 73 (28.91% from 255 or 20.45% from 357); Max value from RGB is 181 - color contains mainly: red. Hex color #B56749 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B56749 is #4A98B6. Grayscale: #7B7B7B. Windows color (decimal): -4888759 or 4810677. OLE color: 4810677.

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

Color convert

RGB 181 103 73 -
CMYK 0 0.43 0.60 0.29
HSL 16.67º 0.43% 0.5% -
HSV(B) 16.67º 0.6% 0.71% -
XYZ 25.11 20.01 8.84 -
YUV 122.9 99.84 169.44 -
System Red Green Blue C M Y K H S L
Decimal 181 103 73 0 0.43 0.60 0.29 16.67 0.43 0.5
Hex B5 67 49 0 2B 3C 1D 11 2B 32
Octal 265 147 111 0 53 74 35 21 53 62
Binary 10110101 1100111 1001001 0 101011 111100 11101 10001 101011 110010

Color Harmonies of #B56749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56749

Black with #B56749

Text Example


Text Example

White with #B56749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56749; }

 p { color: rgb(181,103,73); }

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

background-color css

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

 a { background-color: rgb(181,103,73); }

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

border-color css

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

 span { border-color: rgb(181,103,73); }

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