Html Css Color HEX #B16744 Tuscany

📋 copy color: '#B16744'

red 177 ◦ green 103 ◦ blue 68

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

Shades of Tuscany #B16744

Tints of Tuscany #B16744

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 19.54%

R = 50.86%
G = 29.6%
B = 19.54%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#B16744 (or 0xB16744) is known color: Tuscany. HEX triplet: B1, 67 and 44. RGB value is (177,103,68). Sum of RGB (Red+Green+Blue) = 177+103+68=348 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.86% from 348); Green value is 103 (40.62% from 255 or 29.60% from 348); Blue value is 68 (26.95% from 255 or 19.54% from 348); Max value from RGB is 177 - color contains mainly: red. Hex color #B16744 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16744 is #4E98BB. Grayscale: #797979. Windows color (decimal): -5150908 or 4482993. OLE color: 4482993.

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

Color convert

RGB 177 103 68 -
CMYK 0 0.42 0.62 0.31
HSL 19.27º 0.44% 0.48% -
HSV(B) 19.27º 0.62% 0.69% -
XYZ 24.03 19.46 7.96 -
YUV 121.14 98.02 167.85 -
System Red Green Blue C M Y K H S L
Decimal 177 103 68 0 0.42 0.62 0.31 19.27 0.44 0.48
Hex B1 67 44 0 2A 3E 1F 13 2C 30
Octal 261 147 104 0 52 76 37 23 54 60
Binary 10110001 1100111 1000100 0 101010 111110 11111 10011 101100 110000

Color Harmonies of #B16744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16744

Black with #B16744

Text Example


Text Example

White with #B16744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16744; }

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

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

background-color css

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

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

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

border-color css

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

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

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