Html Css Color HEX #B16641 Tuscany

📋 copy color: '#B16641'

red 177 ◦ green 102 ◦ blue 65

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

Shades of Tuscany #B16641

Tints of Tuscany #B16641

RGB

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

 GREEN value IS 102 (40.23% from 255) = 29.65%

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

R = 51.45%
G = 29.65%
B = 18.9%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#B16641 (or 0xB16641) is known color: Tuscany. HEX triplet: B1, 66 and 41. RGB value is (177,102,65). Sum of RGB (Red+Green+Blue) = 177+102+65=344 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.45% from 344); Green value is 102 (40.23% from 255 or 29.65% from 344); Blue value is 65 (25.78% from 255 or 18.90% from 344); Max value from RGB is 177 - color contains mainly: red. Hex color #B16641 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16641 is #4E99BE. Grayscale: #787878. Windows color (decimal): -5151167 or 4286129. OLE color: 4286129.

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

Color convert

RGB 177 102 65 -
CMYK 0 0.42 0.63 0.31
HSL 19.82º 0.46% 0.47% -
HSV(B) 19.82º 0.63% 0.69% -
XYZ 23.84 19.23 7.46 -
YUV 120.21 96.85 168.51 -
System Red Green Blue C M Y K H S L
Decimal 177 102 65 0 0.42 0.63 0.31 19.82 0.46 0.47
Hex B1 66 41 0 2A 3F 1F 14 2E 2F
Octal 261 146 101 0 52 77 37 24 56 57
Binary 10110001 1100110 1000001 0 101010 111111 11111 10100 101110 101111

Color Harmonies of #B16641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16641

Black with #B16641

Text Example


Text Example

White with #B16641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16641; }

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

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

background-color css

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

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

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

border-color css

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

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

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