Html Css Color HEX #B16445 Tuscany

📋 copy color: '#B16445'

red 177 ◦ green 100 ◦ blue 69

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

Shades of Tuscany #B16445

Tints of Tuscany #B16445

RGB

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

 GREEN value IS 100 (39.45% from 255) = 28.9%

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

R = 51.16%
G = 28.9%
B = 19.94%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.61

 K value IS 0.31

RGB Variations

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

Color information

#B16445 (or 0xB16445) is known color: Tuscany. HEX triplet: B1, 64 and 45. RGB value is (177,100,69). Sum of RGB (Red+Green+Blue) = 177+100+69=346 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.16% from 346); Green value is 100 (39.45% from 255 or 28.90% from 346); Blue value is 69 (27.34% from 255 or 19.94% from 346); Max value from RGB is 177 - color contains mainly: red. Hex color #B16445 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16445 is #4E9BBA. Grayscale: #777777. Windows color (decimal): -5151675 or 4547761. OLE color: 4547761.

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

Color convert

RGB 177 100 69 -
CMYK 0 0.44 0.61 0.31
HSL 17.22º 0.44% 0.48% -
HSV(B) 17.22º 0.61% 0.69% -
XYZ 23.76 18.89 8.02 -
YUV 119.49 99.51 169.02 -
System Red Green Blue C M Y K H S L
Decimal 177 100 69 0 0.44 0.61 0.31 17.22 0.44 0.48
Hex B1 64 45 0 2C 3D 1F 11 2C 30
Octal 261 144 105 0 54 75 37 21 54 60
Binary 10110001 1100100 1000101 0 101100 111101 11111 10001 101100 110000

Color Harmonies of #B16445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16445

Black with #B16445

Text Example


Text Example

White with #B16445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16445; }

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

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

background-color css

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

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

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

border-color css

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

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

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