Html Css Color HEX #B16447 Tuscany

📋 copy color: '#B16447'

red 177 ◦ green 100 ◦ blue 71

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

Shades of Tuscany #B16447

Tints of Tuscany #B16447

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 20.4%

R = 50.86%
G = 28.74%
B = 20.4%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.60

 K value IS 0.31

RGB Variations

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

Color information

#B16447 (or 0xB16447) is known color: Tuscany. HEX triplet: B1, 64 and 47. RGB value is (177,100,71). Sum of RGB (Red+Green+Blue) = 177+100+71=348 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.86% from 348); Green value is 100 (39.45% from 255 or 28.74% from 348); Blue value is 71 (28.12% from 255 or 20.40% from 348); Max value from RGB is 177 - color contains mainly: red. Hex color #B16447 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16447 is #4E9BB8. Grayscale: #777777. Windows color (decimal): -5151673 or 4678833. OLE color: 4678833.

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

Color convert

RGB 177 100 71 -
CMYK 0 0.44 0.60 0.31
HSL 16.42º 0.43% 0.49% -
HSV(B) 16.42º 0.6% 0.69% -
XYZ 23.83 18.92 8.36 -
YUV 119.72 100.51 168.86 -
System Red Green Blue C M Y K H S L
Decimal 177 100 71 0 0.44 0.60 0.31 16.42 0.43 0.49
Hex B1 64 47 0 2C 3C 1F 10 2B 31
Octal 261 144 107 0 54 74 37 20 53 61
Binary 10110001 1100100 1000111 0 101100 111100 11111 10000 101011 110001

Color Harmonies of #B16447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16447

Black with #B16447

Text Example


Text Example

White with #B16447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16447; }

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

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

background-color css

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

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

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

border-color css

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

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

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