Html Css Color HEX #B15896 Mulberry

📋 copy color: '#B15896'

red 177 ◦ green 88 ◦ blue 150

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

Shades of Mulberry #B15896

Tints of Mulberry #B15896

RGB

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

 GREEN value IS 88 (34.77% from 255) = 21.2%

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

R = 42.65%
G = 21.2%
B = 36.14%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.15

 K value IS 0.31

RGB Variations

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

Color information

#B15896 (or 0xB15896) is known color: Mulberry. HEX triplet: B1, 58 and 96. RGB value is (177,88,150). Sum of RGB (Red+Green+Blue) = 177+88+150=415 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.65% from 415); Green value is 88 (34.77% from 255 or 21.20% from 415); Blue value is 150 (58.98% from 255 or 36.14% from 415); Max value from RGB is 177 - color contains mainly: red. Hex color #B15896 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15896 is #4EA769. Grayscale: #797979. Windows color (decimal): -5154666 or 9853105. OLE color: 9853105.

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

Color convert

RGB 177 88 150 -
CMYK 0 0.50 0.15 0.31
HSL 318.2º 0.36% 0.52% -
HSV(B) 318.2º 0.5% 0.69% -
XYZ 27.13 18.53 31 -
YUV 121.68 143.99 167.46 -
System Red Green Blue C M Y K H S L
Decimal 177 88 150 0 0.50 0.15 0.31 318.2 0.36 0.52
Hex B1 58 96 0 32 F 1F 13E 24 34
Octal 261 130 226 0 62 17 37 476 44 64
Binary 10110001 1011000 10010110 0 110010 1111 11111 100111110 100100 110100

Color Harmonies of #B15896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15896

Black with #B15896

Text Example


Text Example

White with #B15896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15896; }

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

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

background-color css

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

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

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

border-color css

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

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

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