Html Css Color HEX #B15288 Mulberry

📋 copy color: '#B15288'

red 177 ◦ green 82 ◦ blue 136

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

Shades of Mulberry #B15288

Tints of Mulberry #B15288

RGB

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

 GREEN value IS 82 (32.42% from 255) = 20.76%

 BLUE value IS 136 (53.52% from 255) = 34.43%

R = 44.81%
G = 20.76%
B = 34.43%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.23

 K value IS 0.31

RGB Variations

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

Color information

#B15288 (or 0xB15288) is known color: Mulberry. HEX triplet: B1, 52 and 88. RGB value is (177,82,136). Sum of RGB (Red+Green+Blue) = 177+82+136=395 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.81% from 395); Green value is 82 (32.42% from 255 or 20.76% from 395); Blue value is 136 (53.52% from 255 or 34.43% from 395); Max value from RGB is 177 - color contains mainly: red. Hex color #B15288 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15288 is #4EAD77. Grayscale: #747474. Windows color (decimal): -5156216 or 8934065. OLE color: 8934065.

HSL color Cylindrical-coordinate representation of color #B15288: hue angle of 325.89º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B15288 is Cyan = 0, Magento = 0.54, Yellow = 0.23 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 82 136 -
CMYK 0 0.54 0.23 0.31
HSL 325.89º 0.38% 0.51% -
HSV(B) 325.89º 0.54% 0.69% -
XYZ 25.59 17.16 25.26 -
YUV 116.56 138.97 171.11 -
System Red Green Blue C M Y K H S L
Decimal 177 82 136 0 0.54 0.23 0.31 325.89 0.38 0.51
Hex B1 52 88 0 36 17 1F 146 26 33
Octal 261 122 210 0 66 27 37 506 46 63
Binary 10110001 1010010 10001000 0 110110 10111 11111 101000110 100110 110011

Color Harmonies of #B15288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15288

Black with #B15288

Text Example


Text Example

White with #B15288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15288; }

 p { color: rgb(177,82,136); }

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

background-color css

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

 a { background-color: rgb(177,82,136); }

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

border-color css

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

 span { border-color: rgb(177,82,136); }

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