Html Css Color HEX #B16444 Tuscany

📋 copy color: '#B16444'

red 177 ◦ green 100 ◦ blue 68

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

Shades of Tuscany #B16444

Tints of Tuscany #B16444

RGB

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

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

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

R = 51.3%
G = 28.99%
B = 19.71%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#B16444 (or 0xB16444) is known color: Tuscany. HEX triplet: B1, 64 and 44. RGB value is (177,100,68). Sum of RGB (Red+Green+Blue) = 177+100+68=345 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.30% from 345); Green value is 100 (39.45% from 255 or 28.99% from 345); Blue value is 68 (26.95% from 255 or 19.71% from 345); Max value from RGB is 177 - color contains mainly: red. Hex color #B16444 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16444 is #4E9BBB. Grayscale: #777777. Windows color (decimal): -5151676 or 4482225. OLE color: 4482225.

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

Color convert

RGB 177 100 68 -
CMYK 0 0.44 0.62 0.31
HSL 17.61º 0.44% 0.48% -
HSV(B) 17.61º 0.62% 0.69% -
XYZ 23.73 18.88 7.86 -
YUV 119.38 99.01 169.1 -
System Red Green Blue C M Y K H S L
Decimal 177 100 68 0 0.44 0.62 0.31 17.61 0.44 0.48
Hex B1 64 44 0 2C 3E 1F 12 2C 30
Octal 261 144 104 0 54 76 37 22 54 60
Binary 10110001 1100100 1000100 0 101100 111110 11111 10010 101100 110000

Color Harmonies of #B16444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16444

Black with #B16444

Text Example


Text Example

White with #B16444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16444; }

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

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

background-color css

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

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

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

border-color css

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

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

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