Html Css Color HEX #B16449 Tuscany

📋 copy color: '#B16449'

red 177 ◦ green 100 ◦ blue 73

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

Shades of Tuscany #B16449

Tints of Tuscany #B16449

RGB

 RED value IS 177 (69.53% from 255) = 50.57%

 GREEN value IS 100 (39.45% from 255) = 28.57%

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

R = 50.57%
G = 28.57%
B = 20.86%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.59

 K value IS 0.31

RGB Variations

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

Color information

#B16449 (or 0xB16449) is known color: Tuscany. HEX triplet: B1, 64 and 49. RGB value is (177,100,73). Sum of RGB (Red+Green+Blue) = 177+100+73=350 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.57% from 350); Green value is 100 (39.45% from 255 or 28.57% from 350); Blue value is 73 (28.91% from 255 or 20.86% from 350); Max value from RGB is 177 - color contains mainly: red. Hex color #B16449 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16449 is #4E9BB6. Grayscale: #787878. Windows color (decimal): -5151671 or 4809905. OLE color: 4809905.

HSL color Cylindrical-coordinate representation of color #B16449: hue angle of 15.58º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B16449 is Cyan = 0, Magento = 0.44, Yellow = 0.59 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 100 73 -
CMYK 0 0.44 0.59 0.31
HSL 15.58º 0.42% 0.49% -
HSV(B) 15.58º 0.59% 0.69% -
XYZ 23.89 18.94 8.7 -
YUV 119.95 101.51 168.7 -
System Red Green Blue C M Y K H S L
Decimal 177 100 73 0 0.44 0.59 0.31 15.58 0.42 0.49
Hex B1 64 49 0 2C 3B 1F 10 2A 31
Octal 261 144 111 0 54 73 37 20 52 61
Binary 10110001 1100100 1001001 0 101100 111011 11111 10000 101010 110001

Color Harmonies of #B16449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16449

Black with #B16449

Text Example


Text Example

White with #B16449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16449; }

 p { color: rgb(177,100,73); }

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

background-color css

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

 a { background-color: rgb(177,100,73); }

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

border-color css

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

 span { border-color: rgb(177,100,73); }

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