Html Css Color HEX #B56649 Tuscany

📋 copy color: '#B56649'

red 181 ◦ green 102 ◦ blue 73

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

Shades of Tuscany #B56649

Tints of Tuscany #B56649

RGB

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

 GREEN value IS 102 (40.23% from 255) = 28.65%

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

R = 50.84%
G = 28.65%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.60

 K value IS 0.29

RGB Variations

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

Color information

#B56649 (or 0xB56649) is known color: Tuscany. HEX triplet: B5, 66 and 49. RGB value is (181,102,73). Sum of RGB (Red+Green+Blue) = 181+102+73=356 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.84% from 356); Green value is 102 (40.23% from 255 or 28.65% from 356); Blue value is 73 (28.91% from 255 or 20.51% from 356); Max value from RGB is 181 - color contains mainly: red. Hex color #B56649 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B56649 is #4A99B6. Grayscale: #7A7A7A. Windows color (decimal): -4889015 or 4810421. OLE color: 4810421.

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

Color convert

RGB 181 102 73 -
CMYK 0 0.44 0.60 0.29
HSL 16.11º 0.43% 0.5% -
HSV(B) 16.11º 0.6% 0.71% -
XYZ 25.01 19.81 8.81 -
YUV 122.32 100.17 169.86 -
System Red Green Blue C M Y K H S L
Decimal 181 102 73 0 0.44 0.60 0.29 16.11 0.43 0.5
Hex B5 66 49 0 2C 3C 1D 10 2B 32
Octal 265 146 111 0 54 74 35 20 53 62
Binary 10110101 1100110 1001001 0 101100 111100 11101 10000 101011 110010

Color Harmonies of #B56649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56649

Black with #B56649

Text Example


Text Example

White with #B56649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56649; }

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

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

background-color css

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

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

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

border-color css

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

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

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