Html Css Color HEX #B16248 Tuscany

📋 copy color: '#B16248'

red 177 ◦ green 98 ◦ blue 72

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

Shades of Tuscany #B16248

Tints of Tuscany #B16248

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 20.75%

R = 51.01%
G = 28.24%
B = 20.75%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.59

 K value IS 0.31

RGB Variations

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

Color information

#B16248 (or 0xB16248) is known color: Tuscany. HEX triplet: B1, 62 and 48. RGB value is (177,98,72). Sum of RGB (Red+Green+Blue) = 177+98+72=347 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.01% from 347); Green value is 98 (38.67% from 255 or 28.24% from 347); Blue value is 72 (28.52% from 255 or 20.75% from 347); Max value from RGB is 177 - color contains mainly: red. Hex color #B16248 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16248 is #4E9DB7. Grayscale: #767676. Windows color (decimal): -5152184 or 4743857. OLE color: 4743857.

HSL color Cylindrical-coordinate representation of color #B16248: hue angle of 14.86º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B16248 is Cyan = 0, Magento = 0.45, Yellow = 0.59 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 98 72 -
CMYK 0 0.45 0.59 0.31
HSL 14.86º 0.42% 0.49% -
HSV(B) 14.86º 0.59% 0.69% -
XYZ 23.67 18.55 8.46 -
YUV 118.66 101.67 169.61 -
System Red Green Blue C M Y K H S L
Decimal 177 98 72 0 0.45 0.59 0.31 14.86 0.42 0.49
Hex B1 62 48 0 2D 3B 1F F 2A 31
Octal 261 142 110 0 55 73 37 17 52 61
Binary 10110001 1100010 1001000 0 101101 111011 11111 1111 101010 110001

Color Harmonies of #B16248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16248

Black with #B16248

Text Example


Text Example

White with #B16248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16248; }

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

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

background-color css

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

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

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

border-color css

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

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

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