Html Css Color HEX #B16545 Tuscany

📋 copy color: '#B16545'

red 177 ◦ green 101 ◦ blue 69

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

Shades of Tuscany #B16545

Tints of Tuscany #B16545

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 19.88%

R = 51.01%
G = 29.11%
B = 19.88%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.61

 K value IS 0.31

RGB Variations

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

Color information

#B16545 (or 0xB16545) is known color: Tuscany. HEX triplet: B1, 65 and 45. RGB value is (177,101,69). Sum of RGB (Red+Green+Blue) = 177+101+69=347 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.01% from 347); Green value is 101 (39.84% from 255 or 29.11% from 347); Blue value is 69 (27.34% from 255 or 19.88% from 347); Max value from RGB is 177 - color contains mainly: red. Hex color #B16545 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16545 is #4E9ABA. Grayscale: #787878. Windows color (decimal): -5151419 or 4548017. OLE color: 4548017.

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

Color convert

RGB 177 101 69 -
CMYK 0 0.43 0.61 0.31
HSL 17.78º 0.44% 0.48% -
HSV(B) 17.78º 0.61% 0.69% -
XYZ 23.86 19.08 8.06 -
YUV 120.08 99.18 168.6 -
System Red Green Blue C M Y K H S L
Decimal 177 101 69 0 0.43 0.61 0.31 17.78 0.44 0.48
Hex B1 65 45 0 2B 3D 1F 12 2C 30
Octal 261 145 105 0 53 75 37 22 54 60
Binary 10110001 1100101 1000101 0 101011 111101 11111 10010 101100 110000

Color Harmonies of #B16545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16545

Black with #B16545

Text Example


Text Example

White with #B16545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16545; }

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

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

background-color css

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

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

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

border-color css

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

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

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