Html Css Color HEX #B16343 Tuscany

📋 copy color: '#B16343'

red 177 ◦ green 99 ◦ blue 67

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

Shades of Tuscany #B16343

Tints of Tuscany #B16343

RGB

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

 GREEN value IS 99 (39.06% from 255) = 28.86%

 BLUE value IS 67 (26.56% from 255) = 19.53%

R = 51.6%
G = 28.86%
B = 19.53%

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

#B16343 (or 0xB16343) is known color: Tuscany. HEX triplet: B1, 63 and 43. RGB value is (177,99,67). Sum of RGB (Red+Green+Blue) = 177+99+67=343 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.60% from 343); Green value is 99 (39.06% from 255 or 28.86% from 343); Blue value is 67 (26.56% from 255 or 19.53% from 343); Max value from RGB is 177 - color contains mainly: red. Hex color #B16343 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16343 is #4E9CBC. Grayscale: #767676. Windows color (decimal): -5151933 or 4416433. OLE color: 4416433.

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

Color convert

RGB 177 99 67 -
CMYK 0 0.44 0.62 0.31
HSL 17.45º 0.45% 0.48% -
HSV(B) 17.45º 0.62% 0.69% -
XYZ 23.61 18.68 7.67 -
YUV 118.67 98.84 169.6 -
System Red Green Blue C M Y K H S L
Decimal 177 99 67 0 0.44 0.62 0.31 17.45 0.45 0.48
Hex B1 63 43 0 2C 3E 1F 11 2D 30
Octal 261 143 103 0 54 76 37 21 55 60
Binary 10110001 1100011 1000011 0 101100 111110 11111 10001 101101 110000

Color Harmonies of #B16343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16343

Black with #B16343

Text Example


Text Example

White with #B16343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16343; }

 p { color: rgb(177,99,67); }

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

background-color css

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

 a { background-color: rgb(177,99,67); }

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

border-color css

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

 span { border-color: rgb(177,99,67); }

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