Html Css Color HEX #B16091 Mulberry

📋 copy color: '#B16091'

red 177 ◦ green 96 ◦ blue 145

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

Shades of Mulberry #B16091

Tints of Mulberry #B16091

RGB

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

 GREEN value IS 96 (37.89% from 255) = 22.97%

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

R = 42.34%
G = 22.97%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#B16091 (or 0xB16091) is known color: Mulberry. HEX triplet: B1, 60 and 91. RGB value is (177,96,145). Sum of RGB (Red+Green+Blue) = 177+96+145=418 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.34% from 418); Green value is 96 (37.89% from 255 or 22.97% from 418); Blue value is 145 (57.03% from 255 or 34.69% from 418); Max value from RGB is 177 - color contains mainly: red. Hex color #B16091 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16091 is #4E9F6E. Grayscale: #7D7D7D. Windows color (decimal): -5152623 or 9527473. OLE color: 9527473.

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

Color convert

RGB 177 96 145 -
CMYK 0 0.46 0.18 0.31
HSL 323.7º 0.34% 0.54% -
HSV(B) 323.7º 0.46% 0.69% -
XYZ 27.43 19.76 29.16 -
YUV 125.81 138.84 164.52 -
System Red Green Blue C M Y K H S L
Decimal 177 96 145 0 0.46 0.18 0.31 323.7 0.34 0.54
Hex B1 60 91 0 2E 12 1F 144 22 36
Octal 261 140 221 0 56 22 37 504 42 66
Binary 10110001 1100000 10010001 0 101110 10010 11111 101000100 100010 110110

Color Harmonies of #B16091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16091

Black with #B16091

Text Example


Text Example

White with #B16091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16091; }

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

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

background-color css

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

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

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

border-color css

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

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

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