Html Css Color HEX #B16743 Tuscany

📋 copy color: '#B16743'

red 177 ◦ green 103 ◦ blue 67

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

Shades of Tuscany #B16743

Tints of Tuscany #B16743

RGB

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

 GREEN value IS 103 (40.63% from 255) = 29.68%

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

R = 51.01%
G = 29.68%
B = 19.31%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#B16743 (or 0xB16743) is known color: Tuscany. HEX triplet: B1, 67 and 43. RGB value is (177,103,67). Sum of RGB (Red+Green+Blue) = 177+103+67=347 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.01% from 347); Green value is 103 (40.62% from 255 or 29.68% from 347); Blue value is 67 (26.56% from 255 or 19.31% from 347); Max value from RGB is 177 - color contains mainly: red. Hex color #B16743 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16743 is #4E98BC. Grayscale: #797979. Windows color (decimal): -5150909 or 4417457. OLE color: 4417457.

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

Color convert

RGB 177 103 67 -
CMYK 0 0.42 0.62 0.31
HSL 19.64º 0.45% 0.48% -
HSV(B) 19.64º 0.62% 0.69% -
XYZ 23.99 19.45 7.8 -
YUV 121.02 97.52 167.93 -
System Red Green Blue C M Y K H S L
Decimal 177 103 67 0 0.42 0.62 0.31 19.64 0.45 0.48
Hex B1 67 43 0 2A 3E 1F 14 2D 30
Octal 261 147 103 0 52 76 37 24 55 60
Binary 10110001 1100111 1000011 0 101010 111110 11111 10100 101101 110000

Color Harmonies of #B16743

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16743

Black with #B16743

Text Example


Text Example

White with #B16743

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16743; }

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

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

background-color css

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

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

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

border-color css

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

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

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