Html Css Color HEX #B85488 Mulberry

📋 copy color: '#B85488'

red 184 ◦ green 84 ◦ blue 136

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

Shades of Mulberry #B85488

Tints of Mulberry #B85488

RGB

 RED value IS 184 (72.27% from 255) = 45.54%

 GREEN value IS 84 (33.2% from 255) = 20.79%

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

R = 45.54%
G = 20.79%
B = 33.66%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.26

 K value IS 0.28

RGB Variations

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

Color information

#B85488 (or 0xB85488) is known color: Mulberry. HEX triplet: B8, 54 and 88. RGB value is (184,84,136). Sum of RGB (Red+Green+Blue) = 184+84+136=404 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.54% from 404); Green value is 84 (33.20% from 255 or 20.79% from 404); Blue value is 136 (53.52% from 255 or 33.66% from 404); Max value from RGB is 184 - color contains mainly: red. Hex color #B85488 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B85488 is #47AB77. Grayscale: #777777. Windows color (decimal): -4696952 or 8934584. OLE color: 8934584.

HSL color Cylindrical-coordinate representation of color #B85488: hue angle of 328.8º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B85488 is Cyan = 0, Magento = 0.54, Yellow = 0.26 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 84 136 -
CMYK 0 0.54 0.26 0.28
HSL 328.8º 0.41% 0.53% -
HSV(B) 328.8º 0.54% 0.72% -
XYZ 27.38 18.31 25.38 -
YUV 119.83 137.13 173.77 -
System Red Green Blue C M Y K H S L
Decimal 184 84 136 0 0.54 0.26 0.28 328.8 0.41 0.53
Hex B8 54 88 0 36 1A 1C 149 29 35
Octal 270 124 210 0 66 32 34 511 51 65
Binary 10111000 1010100 10001000 0 110110 11010 11100 101001001 101001 110101

Color Harmonies of #B85488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85488

Black with #B85488

Text Example


Text Example

White with #B85488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85488; }

 p { color: rgb(184,84,136); }

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

background-color css

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

 a { background-color: rgb(184,84,136); }

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

border-color css

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

 span { border-color: rgb(184,84,136); }

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