Html Css Color HEX #B16746 Tuscany

📋 copy color: '#B16746'

red 177 ◦ green 103 ◦ blue 70

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

Shades of Tuscany #B16746

Tints of Tuscany #B16746

RGB

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

 GREEN value IS 103 (40.63% from 255) = 29.43%

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

R = 50.57%
G = 29.43%
B = 20%

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

#B16746 (or 0xB16746) is known color: Tuscany. HEX triplet: B1, 67 and 46. RGB value is (177,103,70). Sum of RGB (Red+Green+Blue) = 177+103+70=350 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.57% from 350); Green value is 103 (40.62% from 255 or 29.43% from 350); Blue value is 70 (27.73% from 255 or 20% from 350); Max value from RGB is 177 - color contains mainly: red. Hex color #B16746 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16746 is #4E98B9. Grayscale: #797979. Windows color (decimal): -5150906 or 4614065. OLE color: 4614065.

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

Color convert

RGB 177 103 70 -
CMYK 0 0.42 0.60 0.31
HSL 18.5º 0.43% 0.48% -
HSV(B) 18.5º 0.6% 0.69% -
XYZ 24.09 19.49 8.29 -
YUV 121.36 99.02 167.68 -
System Red Green Blue C M Y K H S L
Decimal 177 103 70 0 0.42 0.60 0.31 18.5 0.43 0.48
Hex B1 67 46 0 2A 3C 1F 13 2B 30
Octal 261 147 106 0 52 74 37 23 53 60
Binary 10110001 1100111 1000110 0 101010 111100 11111 10011 101011 110000

Color Harmonies of #B16746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16746

Black with #B16746

Text Example


Text Example

White with #B16746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16746; }

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

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

background-color css

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

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

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

border-color css

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

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

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