Html Css Color HEX #B15586 Mulberry

📋 copy color: '#B15586'

red 177 ◦ green 85 ◦ blue 134

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

Shades of Mulberry #B15586

Tints of Mulberry #B15586

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.46%

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

R = 44.7%
G = 21.46%
B = 33.84%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.24

 K value IS 0.31

RGB Variations

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

Color information

#B15586 (or 0xB15586) is known color: Mulberry. HEX triplet: B1, 55 and 86. RGB value is (177,85,134). Sum of RGB (Red+Green+Blue) = 177+85+134=396 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.70% from 396); Green value is 85 (33.59% from 255 or 21.46% from 396); Blue value is 134 (52.73% from 255 or 33.84% from 396); Max value from RGB is 177 - color contains mainly: red. Hex color #B15586 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15586 is #4EAA79. Grayscale: #757575. Windows color (decimal): -5155450 or 8803761. OLE color: 8803761.

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

Color convert

RGB 177 85 134 -
CMYK 0 0.52 0.24 0.31
HSL 328.04º 0.37% 0.51% -
HSV(B) 328.04º 0.52% 0.69% -
XYZ 25.68 17.57 24.59 -
YUV 118.09 136.98 170.02 -
System Red Green Blue C M Y K H S L
Decimal 177 85 134 0 0.52 0.24 0.31 328.04 0.37 0.51
Hex B1 55 86 0 34 18 1F 148 25 33
Octal 261 125 206 0 64 30 37 510 45 63
Binary 10110001 1010101 10000110 0 110100 11000 11111 101001000 100101 110011

Color Harmonies of #B15586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15586

Black with #B15586

Text Example


Text Example

White with #B15586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15586; }

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

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

background-color css

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

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

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

border-color css

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

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

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