Html Css Color HEX #B16191 Mulberry

📋 copy color: '#B16191'

red 177 ◦ green 97 ◦ blue 145

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

Shades of Mulberry #B16191

Tints of Mulberry #B16191

RGB

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

 GREEN value IS 97 (38.28% from 255) = 23.15%

 BLUE value IS 145 (57.03% from 255) = 34.61%

R = 42.24%
G = 23.15%
B = 34.61%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#B16191 (or 0xB16191) is known color: Mulberry. HEX triplet: B1, 61 and 91. RGB value is (177,97,145). Sum of RGB (Red+Green+Blue) = 177+97+145=419 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.24% from 419); Green value is 97 (38.28% from 255 or 23.15% from 419); Blue value is 145 (57.03% from 255 or 34.61% from 419); Max value from RGB is 177 - color contains mainly: red. Hex color #B16191 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16191 is #4E9E6E. Grayscale: #7E7E7E. Windows color (decimal): -5152367 or 9527729. OLE color: 9527729.

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

Color convert

RGB 177 97 145 -
CMYK 0 0.45 0.18 0.31
HSL 324º 0.34% 0.54% -
HSV(B) 324º 0.45% 0.69% -
XYZ 27.52 19.94 29.19 -
YUV 126.39 138.5 164.1 -
System Red Green Blue C M Y K H S L
Decimal 177 97 145 0 0.45 0.18 0.31 324 0.34 0.54
Hex B1 61 91 0 2D 12 1F 144 22 36
Octal 261 141 221 0 55 22 37 504 42 66
Binary 10110001 1100001 10010001 0 101101 10010 11111 101000100 100010 110110

Color Harmonies of #B16191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16191

Black with #B16191

Text Example


Text Example

White with #B16191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16191; }

 p { color: rgb(177,97,145); }

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

background-color css

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

 a { background-color: rgb(177,97,145); }

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

border-color css

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

 span { border-color: rgb(177,97,145); }

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