Html Css Color HEX #B15A96 Mulberry

📋 copy color: '#B15A96'

red 177 ◦ green 90 ◦ blue 150

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

Shades of Mulberry #B15A96

Tints of Mulberry #B15A96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 35.97%

R = 42.45%
G = 21.58%
B = 35.97%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.15

 K value IS 0.31

RGB Variations

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

Color information

#B15A96 (or 0xB15A96) is known color: Mulberry. HEX triplet: B1, 5A and 96. RGB value is (177,90,150). Sum of RGB (Red+Green+Blue) = 177+90+150=417 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.45% from 417); Green value is 90 (35.55% from 255 or 21.58% from 417); Blue value is 150 (58.98% from 255 or 35.97% from 417); Max value from RGB is 177 - color contains mainly: red. Hex color #B15A96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15A96 is #4EA569. Grayscale: #7A7A7A. Windows color (decimal): -5154154 or 9853617. OLE color: 9853617.

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

Color convert

RGB 177 90 150 -
CMYK 0 0.49 0.15 0.31
HSL 318.62º 0.36% 0.52% -
HSV(B) 318.62º 0.49% 0.69% -
XYZ 27.29 18.86 31.06 -
YUV 122.85 143.32 166.62 -
System Red Green Blue C M Y K H S L
Decimal 177 90 150 0 0.49 0.15 0.31 318.62 0.36 0.52
Hex B1 5A 96 0 31 F 1F 13F 24 34
Octal 261 132 226 0 61 17 37 477 44 64
Binary 10110001 1011010 10010110 0 110001 1111 11111 100111111 100100 110100

Color Harmonies of #B15A96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15A96

Black with #B15A96

Text Example


Text Example

White with #B15A96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15A96; }

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

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

background-color css

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

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

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

border-color css

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

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

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