Html Css Color HEX #B15686 Mulberry

📋 copy color: '#B15686'

red 177 ◦ green 86 ◦ blue 134

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

Shades of Mulberry #B15686

Tints of Mulberry #B15686

RGB

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

 GREEN value IS 86 (33.98% from 255) = 21.66%

 BLUE value IS 134 (52.73% from 255) = 33.75%

R = 44.58%
G = 21.66%
B = 33.75%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.24

 K value IS 0.31

RGB Variations

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

Color information

#B15686 (or 0xB15686) is known color: Mulberry. HEX triplet: B1, 56 and 86. RGB value is (177,86,134). Sum of RGB (Red+Green+Blue) = 177+86+134=397 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.58% from 397); Green value is 86 (33.98% from 255 or 21.66% from 397); Blue value is 134 (52.73% from 255 or 33.75% from 397); Max value from RGB is 177 - color contains mainly: red. Hex color #B15686 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15686 is #4EA979. Grayscale: #767676. Windows color (decimal): -5155194 or 8804017. OLE color: 8804017.

HSL color Cylindrical-coordinate representation of color #B15686: hue angle of 328.35º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B15686 is Cyan = 0, Magento = 0.51, Yellow = 0.24 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 86 134 -
CMYK 0 0.51 0.24 0.31
HSL 328.35º 0.37% 0.52% -
HSV(B) 328.35º 0.51% 0.69% -
XYZ 25.76 17.72 24.62 -
YUV 118.68 136.65 169.6 -
System Red Green Blue C M Y K H S L
Decimal 177 86 134 0 0.51 0.24 0.31 328.35 0.37 0.52
Hex B1 56 86 0 33 18 1F 148 25 34
Octal 261 126 206 0 63 30 37 510 45 64
Binary 10110001 1010110 10000110 0 110011 11000 11111 101001000 100101 110100

Color Harmonies of #B15686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15686

Black with #B15686

Text Example


Text Example

White with #B15686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15686; }

 p { color: rgb(177,86,134); }

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

background-color css

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

 a { background-color: rgb(177,86,134); }

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

border-color css

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

 span { border-color: rgb(177,86,134); }

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