Html Css Color HEX #B16544 Tuscany

📋 copy color: '#B16544'

red 177 ◦ green 101 ◦ blue 68

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

Shades of Tuscany #B16544

Tints of Tuscany #B16544

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.19%

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

R = 51.16%
G = 29.19%
B = 19.65%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#B16544 (or 0xB16544) is known color: Tuscany. HEX triplet: B1, 65 and 44. RGB value is (177,101,68). Sum of RGB (Red+Green+Blue) = 177+101+68=346 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.16% from 346); Green value is 101 (39.84% from 255 or 29.19% from 346); Blue value is 68 (26.95% from 255 or 19.65% from 346); Max value from RGB is 177 - color contains mainly: red. Hex color #B16544 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16544 is #4E9ABB. Grayscale: #787878. Windows color (decimal): -5151420 or 4482481. OLE color: 4482481.

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

Color convert

RGB 177 101 68 -
CMYK 0 0.43 0.62 0.31
HSL 18.17º 0.44% 0.48% -
HSV(B) 18.17º 0.62% 0.69% -
XYZ 23.83 19.07 7.89 -
YUV 119.96 98.68 168.68 -
System Red Green Blue C M Y K H S L
Decimal 177 101 68 0 0.43 0.62 0.31 18.17 0.44 0.48
Hex B1 65 44 0 2B 3E 1F 12 2C 30
Octal 261 145 104 0 53 76 37 22 54 60
Binary 10110001 1100101 1000100 0 101011 111110 11111 10010 101100 110000

Color Harmonies of #B16544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16544

Black with #B16544

Text Example


Text Example

White with #B16544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16544; }

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

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

background-color css

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

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

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

border-color css

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

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

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