Html Css Color HEX #B15284 Mulberry

📋 copy color: '#B15284'

red 177 ◦ green 82 ◦ blue 132

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

Shades of Mulberry #B15284

Tints of Mulberry #B15284

RGB

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

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

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

R = 45.27%
G = 20.97%
B = 33.76%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.25

 K value IS 0.31

RGB Variations

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

Color information

#B15284 (or 0xB15284) is known color: Mulberry. HEX triplet: B1, 52 and 84. RGB value is (177,82,132). Sum of RGB (Red+Green+Blue) = 177+82+132=391 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.27% from 391); Green value is 82 (32.42% from 255 or 20.97% from 391); Blue value is 132 (51.95% from 255 or 33.76% from 391); Max value from RGB is 177 - color contains mainly: red. Hex color #B15284 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15284 is #4EAD7B. Grayscale: #737373. Windows color (decimal): -5156220 or 8671921. OLE color: 8671921.

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

Color convert

RGB 177 82 132 -
CMYK 0 0.54 0.25 0.31
HSL 328.42º 0.38% 0.51% -
HSV(B) 328.42º 0.54% 0.69% -
XYZ 25.31 17.05 23.79 -
YUV 116.11 136.97 171.43 -
System Red Green Blue C M Y K H S L
Decimal 177 82 132 0 0.54 0.25 0.31 328.42 0.38 0.51
Hex B1 52 84 0 36 19 1F 148 26 33
Octal 261 122 204 0 66 31 37 510 46 63
Binary 10110001 1010010 10000100 0 110110 11001 11111 101001000 100110 110011

Color Harmonies of #B15284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15284

Black with #B15284

Text Example


Text Example

White with #B15284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15284; }

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

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

background-color css

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

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

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

border-color css

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

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

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