Html Css Color HEX #B15986 Mulberry

📋 copy color: '#B15986'

red 177 ◦ green 89 ◦ blue 134

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

Shades of Mulberry #B15986

Tints of Mulberry #B15986

RGB

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

 GREEN value IS 89 (35.16% from 255) = 22.25%

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

R = 44.25%
G = 22.25%
B = 33.5%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.24

 K value IS 0.31

RGB Variations

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

Color information

#B15986 (or 0xB15986) is known color: Mulberry. HEX triplet: B1, 59 and 86. RGB value is (177,89,134). Sum of RGB (Red+Green+Blue) = 177+89+134=400 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.25% from 400); Green value is 89 (35.16% from 255 or 22.25% from 400); Blue value is 134 (52.73% from 255 or 33.5% from 400); Max value from RGB is 177 - color contains mainly: red. Hex color #B15986 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15986 is #4EA679. Grayscale: #787878. Windows color (decimal): -5154426 or 8804785. OLE color: 8804785.

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

Color convert

RGB 177 89 134 -
CMYK 0 0.50 0.24 0.31
HSL 329.32º 0.36% 0.52% -
HSV(B) 329.32º 0.5% 0.69% -
XYZ 26.01 18.21 24.7 -
YUV 120.44 135.65 168.34 -
System Red Green Blue C M Y K H S L
Decimal 177 89 134 0 0.50 0.24 0.31 329.32 0.36 0.52
Hex B1 59 86 0 32 18 1F 149 24 34
Octal 261 131 206 0 62 30 37 511 44 64
Binary 10110001 1011001 10000110 0 110010 11000 11111 101001001 100100 110100

Color Harmonies of #B15986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15986

Black with #B15986

Text Example


Text Example

White with #B15986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15986; }

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

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

background-color css

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

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

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

border-color css

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

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

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