Html Css Color HEX #B16149 Tuscany

📋 copy color: '#B16149'

red 177 ◦ green 97 ◦ blue 73

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

Shades of Tuscany #B16149

Tints of Tuscany #B16149

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.95%

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

R = 51.01%
G = 27.95%
B = 21.04%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.59

 K value IS 0.31

RGB Variations

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

Color information

#B16149 (or 0xB16149) is known color: Tuscany. HEX triplet: B1, 61 and 49. RGB value is (177,97,73). Sum of RGB (Red+Green+Blue) = 177+97+73=347 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.01% from 347); Green value is 97 (38.28% from 255 or 27.95% from 347); Blue value is 73 (28.91% from 255 or 21.04% from 347); Max value from RGB is 177 - color contains mainly: red. Hex color #B16149 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16149 is #4E9EB6. Grayscale: #767676. Windows color (decimal): -5152439 or 4809137. OLE color: 4809137.

HSL color Cylindrical-coordinate representation of color #B16149: hue angle of 13.85º 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 #B16149 is Cyan = 0, Magento = 0.45, Yellow = 0.59 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 97 73 -
CMYK 0 0.45 0.59 0.31
HSL 13.85º 0.42% 0.49% -
HSV(B) 13.85º 0.59% 0.69% -
XYZ 23.61 18.38 8.61 -
YUV 118.18 102.5 169.95 -
System Red Green Blue C M Y K H S L
Decimal 177 97 73 0 0.45 0.59 0.31 13.85 0.42 0.49
Hex B1 61 49 0 2D 3B 1F E 2A 31
Octal 261 141 111 0 55 73 37 16 52 61
Binary 10110001 1100001 1001001 0 101101 111011 11111 1110 101010 110001

Color Harmonies of #B16149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16149

Black with #B16149

Text Example


Text Example

White with #B16149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16149; }

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

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

background-color css

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

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

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

border-color css

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

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

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