Html Css Color HEX #B16546 Tuscany

📋 copy color: '#B16546'

red 177 ◦ green 101 ◦ blue 70

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

Shades of Tuscany #B16546

Tints of Tuscany #B16546

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.02%

 BLUE value IS 70 (27.73% from 255) = 20.11%

R = 50.86%
G = 29.02%
B = 20.11%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.60

 K value IS 0.31

RGB Variations

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

Color information

#B16546 (or 0xB16546) is known color: Tuscany. HEX triplet: B1, 65 and 46. RGB value is (177,101,70). Sum of RGB (Red+Green+Blue) = 177+101+70=348 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.86% from 348); Green value is 101 (39.84% from 255 or 29.02% from 348); Blue value is 70 (27.73% from 255 or 20.11% from 348); Max value from RGB is 177 - color contains mainly: red. Hex color #B16546 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16546 is #4E9AB9. Grayscale: #787878. Windows color (decimal): -5151418 or 4613553. OLE color: 4613553.

HSL color Cylindrical-coordinate representation of color #B16546: hue angle of 17.38º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B16546 is Cyan = 0, Magento = 0.43, Yellow = 0.60 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 101 70 -
CMYK 0 0.43 0.60 0.31
HSL 17.38º 0.43% 0.48% -
HSV(B) 17.38º 0.6% 0.69% -
XYZ 23.89 19.1 8.22 -
YUV 120.19 99.68 168.52 -
System Red Green Blue C M Y K H S L
Decimal 177 101 70 0 0.43 0.60 0.31 17.38 0.43 0.48
Hex B1 65 46 0 2B 3C 1F 11 2B 30
Octal 261 145 106 0 53 74 37 21 53 60
Binary 10110001 1100101 1000110 0 101011 111100 11111 10001 101011 110000

Color Harmonies of #B16546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16546

Black with #B16546

Text Example


Text Example

White with #B16546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16546; }

 p { color: rgb(177,101,70); }

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

background-color css

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

 a { background-color: rgb(177,101,70); }

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

border-color css

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

 span { border-color: rgb(177,101,70); }

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