Html Css Color HEX #B56A49 Tuscany

📋 copy color: '#B56A49'

red 181 ◦ green 106 ◦ blue 73

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

Shades of Tuscany #B56A49

Tints of Tuscany #B56A49

RGB

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

 GREEN value IS 106 (41.8% from 255) = 29.44%

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

R = 50.28%
G = 29.44%
B = 20.28%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.60

 K value IS 0.29

RGB Variations

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

Color information

#B56A49 (or 0xB56A49) is known color: Tuscany. HEX triplet: B5, 6A and 49. RGB value is (181,106,73). Sum of RGB (Red+Green+Blue) = 181+106+73=360 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.28% from 360); Green value is 106 (41.80% from 255 or 29.44% from 360); Blue value is 73 (28.91% from 255 or 20.28% from 360); Max value from RGB is 181 - color contains mainly: red. Hex color #B56A49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B56A49 is #4A95B6. Grayscale: #7C7C7C. Windows color (decimal): -4887991 or 4811445. OLE color: 4811445.

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

Color convert

RGB 181 106 73 -
CMYK 0 0.41 0.60 0.29
HSL 18.33º 0.43% 0.5% -
HSV(B) 18.33º 0.6% 0.71% -
XYZ 25.41 20.61 8.94 -
YUV 124.66 98.85 168.18 -
System Red Green Blue C M Y K H S L
Decimal 181 106 73 0 0.41 0.60 0.29 18.33 0.43 0.5
Hex B5 6A 49 0 29 3C 1D 12 2B 32
Octal 265 152 111 0 51 74 35 22 53 62
Binary 10110101 1101010 1001001 0 101001 111100 11101 10010 101011 110010

Color Harmonies of #B56A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56A49

Black with #B56A49

Text Example


Text Example

White with #B56A49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56A49; }

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

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

background-color css

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

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

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

border-color css

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

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

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