Html Css Color HEX #B16194 Mulberry

📋 copy color: '#B16194'

red 177 ◦ green 97 ◦ blue 148

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

Shades of Mulberry #B16194

Tints of Mulberry #B16194

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 35.07%

R = 41.94%
G = 22.99%
B = 35.07%

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

#B16194 (or 0xB16194) is known color: Mulberry. HEX triplet: B1, 61 and 94. RGB value is (177,97,148). Sum of RGB (Red+Green+Blue) = 177+97+148=422 (55% of max value = 765). Red value is 177 (69.53% from 255 or 41.94% from 422); Green value is 97 (38.28% from 255 or 22.99% from 422); Blue value is 148 (58.20% from 255 or 35.07% from 422); Max value from RGB is 177 - color contains mainly: red. Hex color #B16194 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16194 is #4E9E6B. Grayscale: #7E7E7E. Windows color (decimal): -5152364 or 9724337. OLE color: 9724337.

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

Color convert

RGB 177 97 148 -
CMYK 0 0.45 0.16 0.31
HSL 321.75º 0.34% 0.54% -
HSV(B) 321.75º 0.45% 0.69% -
XYZ 27.75 20.03 30.42 -
YUV 126.73 140 163.85 -
System Red Green Blue C M Y K H S L
Decimal 177 97 148 0 0.45 0.16 0.31 321.75 0.34 0.54
Hex B1 61 94 0 2D 10 1F 142 22 36
Octal 261 141 224 0 55 20 37 502 42 66
Binary 10110001 1100001 10010100 0 101101 10000 11111 101000010 100010 110110

Color Harmonies of #B16194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16194

Black with #B16194

Text Example


Text Example

White with #B16194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16194; }

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

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

background-color css

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

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

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

border-color css

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

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

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