Html Css Color HEX #B15B8D Mulberry

📋 copy color: '#B15B8D'

red 177 ◦ green 91 ◦ blue 141

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

Shades of Mulberry #B15B8D

Tints of Mulberry #B15B8D

RGB

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

 GREEN value IS 91 (35.94% from 255) = 22.25%

 BLUE value IS 141 (55.47% from 255) = 34.47%

R = 43.28%
G = 22.25%
B = 34.47%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.20

 K value IS 0.31

RGB Variations

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

Color information

#B15B8D (or 0xB15B8D) is known color: Mulberry. HEX triplet: B1, 5B and 8D. RGB value is (177,91,141). Sum of RGB (Red+Green+Blue) = 177+91+141=409 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.28% from 409); Green value is 91 (35.94% from 255 or 22.25% from 409); Blue value is 141 (55.47% from 255 or 34.47% from 409); Max value from RGB is 177 - color contains mainly: red. Hex color #B15B8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15B8D is #4EA472. Grayscale: #7A7A7A. Windows color (decimal): -5153907 or 9264049. OLE color: 9264049.

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

Color convert

RGB 177 91 141 -
CMYK 0 0.49 0.20 0.31
HSL 325.12º 0.36% 0.53% -
HSV(B) 325.12º 0.49% 0.69% -
XYZ 26.68 18.75 27.41 -
YUV 122.41 138.49 166.93 -
System Red Green Blue C M Y K H S L
Decimal 177 91 141 0 0.49 0.20 0.31 325.12 0.36 0.53
Hex B1 5B 8D 0 31 14 1F 145 24 35
Octal 261 133 215 0 61 24 37 505 44 65
Binary 10110001 1011011 10001101 0 110001 10100 11111 101000101 100100 110101

Color Harmonies of #B15B8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15B8D

Black with #B15B8D

Text Example


Text Example

White with #B15B8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15B8D; }

 p { color: rgb(177,91,141); }

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

background-color css

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

 a { background-color: rgb(177,91,141); }

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

border-color css

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

 span { border-color: rgb(177,91,141); }

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