Html Css Color HEX #B56949 Tuscany

📋 copy color: '#B56949'

red 181 ◦ green 105 ◦ blue 73

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

Shades of Tuscany #B56949

Tints of Tuscany #B56949

RGB

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

 GREEN value IS 105 (41.41% from 255) = 29.25%

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

R = 50.42%
G = 29.25%
B = 20.33%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.60

 K value IS 0.29

RGB Variations

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

Color information

#B56949 (or 0xB56949) is known color: Tuscany. HEX triplet: B5, 69 and 49. RGB value is (181,105,73). Sum of RGB (Red+Green+Blue) = 181+105+73=359 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.42% from 359); Green value is 105 (41.41% from 255 or 29.25% from 359); Blue value is 73 (28.91% from 255 or 20.33% from 359); Max value from RGB is 181 - color contains mainly: red. Hex color #B56949 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B56949 is #4A96B6. Grayscale: #7C7C7C. Windows color (decimal): -4888247 or 4811189. OLE color: 4811189.

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

Color convert

RGB 181 105 73 -
CMYK 0 0.42 0.60 0.29
HSL 17.78º 0.43% 0.5% -
HSV(B) 17.78º 0.6% 0.71% -
XYZ 25.31 20.41 8.91 -
YUV 124.08 99.18 168.6 -
System Red Green Blue C M Y K H S L
Decimal 181 105 73 0 0.42 0.60 0.29 17.78 0.43 0.5
Hex B5 69 49 0 2A 3C 1D 12 2B 32
Octal 265 151 111 0 52 74 35 22 53 62
Binary 10110101 1101001 1001001 0 101010 111100 11101 10010 101011 110010

Color Harmonies of #B56949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56949

Black with #B56949

Text Example


Text Example

White with #B56949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56949; }

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

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

background-color css

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

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

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

border-color css

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

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

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