Html Css Color HEX #B16195 Mulberry

📋 copy color: '#B16195'

red 177 ◦ green 97 ◦ blue 149

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

Shades of Mulberry #B16195

Tints of Mulberry #B16195

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 35.22%

R = 41.84%
G = 22.93%
B = 35.22%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.16

 K value IS 0.31

RGB Variations

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

Color information

#B16195 (or 0xB16195) is known color: Mulberry. HEX triplet: B1, 61 and 95. RGB value is (177,97,149). Sum of RGB (Red+Green+Blue) = 177+97+149=423 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.84% from 423); Green value is 97 (38.28% from 255 or 22.93% from 423); Blue value is 149 (58.59% from 255 or 35.22% from 423); Max value from RGB is 177 - color contains mainly: red. Hex color #B16195 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16195 is #4E9E6A. Grayscale: #7E7E7E. Windows color (decimal): -5152363 or 9789873. OLE color: 9789873.

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

Color convert

RGB 177 97 149 -
CMYK 0 0.45 0.16 0.31
HSL 321º 0.34% 0.54% -
HSV(B) 321º 0.45% 0.69% -
XYZ 27.83 20.07 30.84 -
YUV 126.85 140.5 163.77 -
System Red Green Blue C M Y K H S L
Decimal 177 97 149 0 0.45 0.16 0.31 321 0.34 0.54
Hex B1 61 95 0 2D 10 1F 141 22 36
Octal 261 141 225 0 55 20 37 501 42 66
Binary 10110001 1100001 10010101 0 101101 10000 11111 101000001 100010 110110

Color Harmonies of #B16195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16195

Black with #B16195

Text Example


Text Example

White with #B16195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16195; }

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

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

background-color css

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

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

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

border-color css

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

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

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