Html Css Color HEX #B16843 Tuscany

📋 copy color: '#B16843'

red 177 ◦ green 104 ◦ blue 67

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

Shades of Tuscany #B16843

Tints of Tuscany #B16843

RGB

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

 GREEN value IS 104 (41.02% from 255) = 29.89%

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

R = 50.86%
G = 29.89%
B = 19.25%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#B16843 (or 0xB16843) is known color: Tuscany. HEX triplet: B1, 68 and 43. RGB value is (177,104,67). Sum of RGB (Red+Green+Blue) = 177+104+67=348 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.86% from 348); Green value is 104 (41.02% from 255 or 29.89% from 348); Blue value is 67 (26.56% from 255 or 19.25% from 348); Max value from RGB is 177 - color contains mainly: red. Hex color #B16843 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16843 is #4E97BC. Grayscale: #797979. Windows color (decimal): -5150653 or 4417713. OLE color: 4417713.

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

Color convert

RGB 177 104 67 -
CMYK 0 0.41 0.62 0.31
HSL 20.18º 0.45% 0.48% -
HSV(B) 20.18º 0.62% 0.69% -
XYZ 24.09 19.65 7.83 -
YUV 121.61 97.18 167.51 -
System Red Green Blue C M Y K H S L
Decimal 177 104 67 0 0.41 0.62 0.31 20.18 0.45 0.48
Hex B1 68 43 0 29 3E 1F 14 2D 30
Octal 261 150 103 0 51 76 37 24 55 60
Binary 10110001 1101000 1000011 0 101001 111110 11111 10100 101101 110000

Color Harmonies of #B16843

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16843

Black with #B16843

Text Example


Text Example

White with #B16843

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16843; }

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

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

background-color css

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

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

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

border-color css

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

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

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