Html Css Color HEX #B16846 Tuscany

📋 copy color: '#B16846'

red 177 ◦ green 104 ◦ blue 70

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

Shades of Tuscany #B16846

Tints of Tuscany #B16846

RGB

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

 GREEN value IS 104 (41.02% from 255) = 29.63%

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

R = 50.43%
G = 29.63%
B = 19.94%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.60

 K value IS 0.31

RGB Variations

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

Color information

#B16846 (or 0xB16846) is known color: Tuscany. HEX triplet: B1, 68 and 46. RGB value is (177,104,70). Sum of RGB (Red+Green+Blue) = 177+104+70=351 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.43% from 351); Green value is 104 (41.02% from 255 or 29.63% from 351); Blue value is 70 (27.73% from 255 or 19.94% from 351); Max value from RGB is 177 - color contains mainly: red. Hex color #B16846 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16846 is #4E97B9. Grayscale: #7A7A7A. Windows color (decimal): -5150650 or 4614321. OLE color: 4614321.

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

Color convert

RGB 177 104 70 -
CMYK 0 0.41 0.60 0.31
HSL 19.07º 0.43% 0.48% -
HSV(B) 19.07º 0.6% 0.69% -
XYZ 24.19 19.69 8.32 -
YUV 121.95 98.68 167.26 -
System Red Green Blue C M Y K H S L
Decimal 177 104 70 0 0.41 0.60 0.31 19.07 0.43 0.48
Hex B1 68 46 0 29 3C 1F 13 2B 30
Octal 261 150 106 0 51 74 37 23 53 60
Binary 10110001 1101000 1000110 0 101001 111100 11111 10011 101011 110000

Color Harmonies of #B16846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16846

Black with #B16846

Text Example


Text Example

White with #B16846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16846; }

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

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

background-color css

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

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

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

border-color css

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

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

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