Html Css Color HEX #B15A88 Mulberry

📋 copy color: '#B15A88'

red 177 ◦ green 90 ◦ blue 136

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

Shades of Mulberry #B15A88

Tints of Mulberry #B15A88

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22.33%

 BLUE value IS 136 (53.52% from 255) = 33.75%

R = 43.92%
G = 22.33%
B = 33.75%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.23

 K value IS 0.31

RGB Variations

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

Color information

#B15A88 (or 0xB15A88) is known color: Mulberry. HEX triplet: B1, 5A and 88. RGB value is (177,90,136). Sum of RGB (Red+Green+Blue) = 177+90+136=403 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.92% from 403); Green value is 90 (35.55% from 255 or 22.33% from 403); Blue value is 136 (53.52% from 255 or 33.75% from 403); Max value from RGB is 177 - color contains mainly: red. Hex color #B15A88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15A88 is #4EA577. Grayscale: #797979. Windows color (decimal): -5154168 or 8936113. OLE color: 8936113.

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

Color convert

RGB 177 90 136 -
CMYK 0 0.49 0.23 0.31
HSL 328.28º 0.36% 0.52% -
HSV(B) 328.28º 0.49% 0.69% -
XYZ 26.23 18.44 25.47 -
YUV 121.26 136.32 167.76 -
System Red Green Blue C M Y K H S L
Decimal 177 90 136 0 0.49 0.23 0.31 328.28 0.36 0.52
Hex B1 5A 88 0 31 17 1F 148 24 34
Octal 261 132 210 0 61 27 37 510 44 64
Binary 10110001 1011010 10001000 0 110001 10111 11111 101001000 100100 110100

Color Harmonies of #B15A88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15A88

Black with #B15A88

Text Example


Text Example

White with #B15A88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15A88; }

 p { color: rgb(177,90,136); }

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

background-color css

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

 a { background-color: rgb(177,90,136); }

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

border-color css

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

 span { border-color: rgb(177,90,136); }

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