Html Css Color HEX #B15A8B Mulberry

📋 copy color: '#B15A8B'

red 177 ◦ green 90 ◦ blue 139

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

Shades of Mulberry #B15A8B

Tints of Mulberry #B15A8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 34.24%

R = 43.6%
G = 22.17%
B = 34.24%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#B15A8B (or 0xB15A8B) is known color: Mulberry. HEX triplet: B1, 5A and 8B. RGB value is (177,90,139). Sum of RGB (Red+Green+Blue) = 177+90+139=406 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.60% from 406); Green value is 90 (35.55% from 255 or 22.17% from 406); Blue value is 139 (54.69% from 255 or 34.24% from 406); Max value from RGB is 177 - color contains mainly: red. Hex color #B15A8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15A8B is #4EA574. Grayscale: #797979. Windows color (decimal): -5154165 or 9132721. OLE color: 9132721.

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

Color convert

RGB 177 90 139 -
CMYK 0 0.49 0.21 0.31
HSL 326.21º 0.36% 0.52% -
HSV(B) 326.21º 0.49% 0.69% -
XYZ 26.45 18.52 26.61 -
YUV 121.6 137.82 167.52 -
System Red Green Blue C M Y K H S L
Decimal 177 90 139 0 0.49 0.21 0.31 326.21 0.36 0.52
Hex B1 5A 8B 0 31 15 1F 146 24 34
Octal 261 132 213 0 61 25 37 506 44 64
Binary 10110001 1011010 10001011 0 110001 10101 11111 101000110 100100 110100

Color Harmonies of #B15A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15A8B

Black with #B15A8B

Text Example


Text Example

White with #B15A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15A8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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