Html Css Color HEX #B16243 Tuscany

📋 copy color: '#B16243'

red 177 ◦ green 98 ◦ blue 67

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

Shades of Tuscany #B16243

Tints of Tuscany #B16243

RGB

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

 GREEN value IS 98 (38.67% from 255) = 28.65%

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

R = 51.75%
G = 28.65%
B = 19.59%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#B16243 (or 0xB16243) is known color: Tuscany. HEX triplet: B1, 62 and 43. RGB value is (177,98,67). Sum of RGB (Red+Green+Blue) = 177+98+67=342 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.75% from 342); Green value is 98 (38.67% from 255 or 28.65% from 342); Blue value is 67 (26.56% from 255 or 19.59% from 342); Max value from RGB is 177 - color contains mainly: red. Hex color #B16243 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16243 is #4E9DBC. Grayscale: #767676. Windows color (decimal): -5152189 or 4416177. OLE color: 4416177.

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

Color convert

RGB 177 98 67 -
CMYK 0 0.45 0.62 0.31
HSL 16.91º 0.45% 0.48% -
HSV(B) 16.91º 0.62% 0.69% -
XYZ 23.51 18.49 7.64 -
YUV 118.09 99.17 170.02 -
System Red Green Blue C M Y K H S L
Decimal 177 98 67 0 0.45 0.62 0.31 16.91 0.45 0.48
Hex B1 62 43 0 2D 3E 1F 11 2D 30
Octal 261 142 103 0 55 76 37 21 55 60
Binary 10110001 1100010 1000011 0 101101 111110 11111 10001 101101 110000

Color Harmonies of #B16243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16243

Black with #B16243

Text Example


Text Example

White with #B16243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16243; }

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

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

background-color css

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

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

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

border-color css

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

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

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