Html Css Color HEX #B16646 Tuscany

📋 copy color: '#B16646'

red 177 ◦ green 102 ◦ blue 70

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

Shades of Tuscany #B16646

Tints of Tuscany #B16646

RGB

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

 GREEN value IS 102 (40.23% from 255) = 29.23%

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

R = 50.72%
G = 29.23%
B = 20.06%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.60

 K value IS 0.31

RGB Variations

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

Color information

#B16646 (or 0xB16646) is known color: Tuscany. HEX triplet: B1, 66 and 46. RGB value is (177,102,70). Sum of RGB (Red+Green+Blue) = 177+102+70=349 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.72% from 349); Green value is 102 (40.23% from 255 or 29.23% from 349); Blue value is 70 (27.73% from 255 or 20.06% from 349); Max value from RGB is 177 - color contains mainly: red. Hex color #B16646 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16646 is #4E99B9. Grayscale: #787878. Windows color (decimal): -5151162 or 4613809. OLE color: 4613809.

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

Color convert

RGB 177 102 70 -
CMYK 0 0.42 0.60 0.31
HSL 17.94º 0.43% 0.48% -
HSV(B) 17.94º 0.6% 0.69% -
XYZ 23.99 19.29 8.25 -
YUV 120.78 99.35 168.1 -
System Red Green Blue C M Y K H S L
Decimal 177 102 70 0 0.42 0.60 0.31 17.94 0.43 0.48
Hex B1 66 46 0 2A 3C 1F 12 2B 30
Octal 261 146 106 0 52 74 37 22 53 60
Binary 10110001 1100110 1000110 0 101010 111100 11111 10010 101011 110000

Color Harmonies of #B16646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16646

Black with #B16646

Text Example


Text Example

White with #B16646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16646; }

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

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

background-color css

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

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

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

border-color css

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

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

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