Html Css Color HEX #B15084 Mulberry

📋 copy color: '#B15084'

red 177 ◦ green 80 ◦ blue 132

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

Shades of Mulberry #B15084

Tints of Mulberry #B15084

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.57%

 BLUE value IS 132 (51.95% from 255) = 33.93%

R = 45.5%
G = 20.57%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.25

 K value IS 0.31

RGB Variations

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

Color information

#B15084 (or 0xB15084) is known color: Mulberry. HEX triplet: B1, 50 and 84. RGB value is (177,80,132). Sum of RGB (Red+Green+Blue) = 177+80+132=389 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.50% from 389); Green value is 80 (31.64% from 255 or 20.57% from 389); Blue value is 132 (51.95% from 255 or 33.93% from 389); Max value from RGB is 177 - color contains mainly: red. Hex color #B15084 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15084 is #4EAF7B. Grayscale: #727272. Windows color (decimal): -5156732 or 8671409. OLE color: 8671409.

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

Color convert

RGB 177 80 132 -
CMYK 0 0.55 0.25 0.31
HSL 327.84º 0.38% 0.5% -
HSV(B) 327.84º 0.55% 0.69% -
XYZ 25.16 16.75 23.74 -
YUV 114.93 137.64 172.27 -
System Red Green Blue C M Y K H S L
Decimal 177 80 132 0 0.55 0.25 0.31 327.84 0.38 0.5
Hex B1 50 84 0 37 19 1F 148 26 32
Octal 261 120 204 0 67 31 37 510 46 62
Binary 10110001 1010000 10000100 0 110111 11001 11111 101001000 100110 110010

Color Harmonies of #B15084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15084

Black with #B15084

Text Example


Text Example

White with #B15084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15084; }

 p { color: rgb(177,80,132); }

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

background-color css

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

 a { background-color: rgb(177,80,132); }

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

border-color css

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

 span { border-color: rgb(177,80,132); }

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