Html Css Color HEX #B16446 Tuscany

📋 copy color: '#B16446'

red 177 ◦ green 100 ◦ blue 70

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

Shades of Tuscany #B16446

Tints of Tuscany #B16446

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 20.17%

R = 51.01%
G = 28.82%
B = 20.17%

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

#B16446 (or 0xB16446) is known color: Tuscany. HEX triplet: B1, 64 and 46. RGB value is (177,100,70). Sum of RGB (Red+Green+Blue) = 177+100+70=347 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.01% from 347); Green value is 100 (39.45% from 255 or 28.82% from 347); Blue value is 70 (27.73% from 255 or 20.17% from 347); Max value from RGB is 177 - color contains mainly: red. Hex color #B16446 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16446 is #4E9BB9. Grayscale: #777777. Windows color (decimal): -5151674 or 4613297. OLE color: 4613297.

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

Color convert

RGB 177 100 70 -
CMYK 0 0.44 0.60 0.31
HSL 16.82º 0.43% 0.48% -
HSV(B) 16.82º 0.6% 0.69% -
XYZ 23.79 18.9 8.19 -
YUV 119.6 100.01 168.94 -
System Red Green Blue C M Y K H S L
Decimal 177 100 70 0 0.44 0.60 0.31 16.82 0.43 0.48
Hex B1 64 46 0 2C 3C 1F 11 2B 30
Octal 261 144 106 0 54 74 37 21 53 60
Binary 10110001 1100100 1000110 0 101100 111100 11111 10001 101011 110000

Color Harmonies of #B16446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16446

Black with #B16446

Text Example


Text Example

White with #B16446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16446; }

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

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

background-color css

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

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

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

border-color css

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

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

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