Html Css Color HEX #B15B8F Mulberry

📋 copy color: '#B15B8F'

red 177 ◦ green 91 ◦ blue 143

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

Shades of Mulberry #B15B8F

Tints of Mulberry #B15B8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 34.79%

R = 43.07%
G = 22.14%
B = 34.79%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#B15B8F (or 0xB15B8F) is known color: Mulberry. HEX triplet: B1, 5B and 8F. RGB value is (177,91,143). Sum of RGB (Red+Green+Blue) = 177+91+143=411 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.07% from 411); Green value is 91 (35.94% from 255 or 22.14% from 411); Blue value is 143 (56.25% from 255 or 34.79% from 411); Max value from RGB is 177 - color contains mainly: red. Hex color #B15B8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15B8F is #4EA470. Grayscale: #7A7A7A. Windows color (decimal): -5153905 or 9395121. OLE color: 9395121.

HSL color Cylindrical-coordinate representation of color #B15B8F: hue angle of 323.72º 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 #B15B8F is Cyan = 0, Magento = 0.49, Yellow = 0.19 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 91 143 -
CMYK 0 0.49 0.19 0.31
HSL 323.72º 0.36% 0.53% -
HSV(B) 323.72º 0.49% 0.69% -
XYZ 26.83 18.81 28.2 -
YUV 122.64 139.49 166.77 -
System Red Green Blue C M Y K H S L
Decimal 177 91 143 0 0.49 0.19 0.31 323.72 0.36 0.53
Hex B1 5B 8F 0 31 13 1F 144 24 35
Octal 261 133 217 0 61 23 37 504 44 65
Binary 10110001 1011011 10001111 0 110001 10011 11111 101000100 100100 110101

Color Harmonies of #B15B8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15B8F

Black with #B15B8F

Text Example


Text Example

White with #B15B8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15B8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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