Html Css Color HEX #B16141 Tuscany

📋 copy color: '#B16141'

red 177 ◦ green 97 ◦ blue 65

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

Shades of Tuscany #B16141

Tints of Tuscany #B16141

RGB

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

 GREEN value IS 97 (38.28% from 255) = 28.61%

 BLUE value IS 65 (25.78% from 255) = 19.17%

R = 52.21%
G = 28.61%
B = 19.17%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#B16141 (or 0xB16141) is known color: Tuscany. HEX triplet: B1, 61 and 41. RGB value is (177,97,65). Sum of RGB (Red+Green+Blue) = 177+97+65=339 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.21% from 339); Green value is 97 (38.28% from 255 or 28.61% from 339); Blue value is 65 (25.78% from 255 or 19.17% from 339); Max value from RGB is 177 - color contains mainly: red. Hex color #B16141 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16141 is #4E9EBE. Grayscale: #757575. Windows color (decimal): -5152447 or 4284849. OLE color: 4284849.

HSL color Cylindrical-coordinate representation of color #B16141: hue angle of 17.14º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B16141 is Cyan = 0, Magento = 0.45, Yellow = 0.63 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 97 65 -
CMYK 0 0.45 0.63 0.31
HSL 17.14º 0.46% 0.47% -
HSV(B) 17.14º 0.63% 0.69% -
XYZ 23.36 18.28 7.3 -
YUV 117.27 98.5 170.6 -
System Red Green Blue C M Y K H S L
Decimal 177 97 65 0 0.45 0.63 0.31 17.14 0.46 0.47
Hex B1 61 41 0 2D 3F 1F 11 2E 2F
Octal 261 141 101 0 55 77 37 21 56 57
Binary 10110001 1100001 1000001 0 101101 111111 11111 10001 101110 101111

Color Harmonies of #B16141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16141

Black with #B16141

Text Example


Text Example

White with #B16141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16141; }

 p { color: rgb(177,97,65); }

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

background-color css

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

 a { background-color: rgb(177,97,65); }

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

border-color css

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

 span { border-color: rgb(177,97,65); }

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