Html Css Color HEX #B16249 Tuscany

📋 copy color: '#B16249'

red 177 ◦ green 98 ◦ blue 73

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

Shades of Tuscany #B16249

Tints of Tuscany #B16249

RGB

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

 GREEN value IS 98 (38.67% from 255) = 28.16%

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

R = 50.86%
G = 28.16%
B = 20.98%

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

#B16249 (or 0xB16249) is known color: Tuscany. HEX triplet: B1, 62 and 49. RGB value is (177,98,73). Sum of RGB (Red+Green+Blue) = 177+98+73=348 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.86% from 348); Green value is 98 (38.67% from 255 or 28.16% from 348); Blue value is 73 (28.91% from 255 or 20.98% from 348); Max value from RGB is 177 - color contains mainly: red. Hex color #B16249 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16249 is #4E9DB6. Grayscale: #767676. Windows color (decimal): -5152183 or 4809393. OLE color: 4809393.

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

Color convert

RGB 177 98 73 -
CMYK 0 0.45 0.59 0.31
HSL 14.42º 0.42% 0.49% -
HSV(B) 14.42º 0.59% 0.69% -
XYZ 23.7 18.56 8.64 -
YUV 118.77 102.17 169.53 -
System Red Green Blue C M Y K H S L
Decimal 177 98 73 0 0.45 0.59 0.31 14.42 0.42 0.49
Hex B1 62 49 0 2D 3B 1F E 2A 31
Octal 261 142 111 0 55 73 37 16 52 61
Binary 10110001 1100010 1001001 0 101101 111011 11111 1110 101010 110001

Color Harmonies of #B16249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16249

Black with #B16249

Text Example


Text Example

White with #B16249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16249; }

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

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

background-color css

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

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

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

border-color css

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

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

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