Html Css Color HEX #B8558E Mulberry

📋 copy color: '#B8558E'

red 184 ◦ green 85 ◦ blue 142

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

Shades of Mulberry #B8558E

Tints of Mulberry #B8558E

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20.68%

 BLUE value IS 142 (55.86% from 255) = 34.55%

R = 44.77%
G = 20.68%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.23

 K value IS 0.28

RGB Variations

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

Color information

#B8558E (or 0xB8558E) is known color: Mulberry. HEX triplet: B8, 55 and 8E. RGB value is (184,85,142). Sum of RGB (Red+Green+Blue) = 184+85+142=411 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.77% from 411); Green value is 85 (33.59% from 255 or 20.68% from 411); Blue value is 142 (55.86% from 255 or 34.55% from 411); Max value from RGB is 184 - color contains mainly: red. Hex color #B8558E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8558E is #47AA71. Grayscale: #787878. Windows color (decimal): -4696690 or 9328056. OLE color: 9328056.

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

Color convert

RGB 184 85 142 -
CMYK 0 0.54 0.23 0.28
HSL 325.45º 0.41% 0.53% -
HSV(B) 325.45º 0.54% 0.72% -
XYZ 27.9 18.64 27.72 -
YUV 121.1 139.8 172.87 -
System Red Green Blue C M Y K H S L
Decimal 184 85 142 0 0.54 0.23 0.28 325.45 0.41 0.53
Hex B8 55 8E 0 36 17 1C 145 29 35
Octal 270 125 216 0 66 27 34 505 51 65
Binary 10111000 1010101 10001110 0 110110 10111 11100 101000101 101001 110101

Color Harmonies of #B8558E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8558E

Black with #B8558E

Text Example


Text Example

White with #B8558E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8558E; }

 p { color: rgb(184,85,142); }

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

background-color css

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

 a { background-color: rgb(184,85,142); }

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

border-color css

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

 span { border-color: rgb(184,85,142); }

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