Html Css Color HEX #B8558B Mulberry

📋 copy color: '#B8558B'

red 184 ◦ green 85 ◦ blue 139

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

Shades of Mulberry #B8558B

Tints of Mulberry #B8558B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 34.07%

R = 45.1%
G = 20.83%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.24

 K value IS 0.28

RGB Variations

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

Color information

#B8558B (or 0xB8558B) is known color: Mulberry. HEX triplet: B8, 55 and 8B. RGB value is (184,85,139). Sum of RGB (Red+Green+Blue) = 184+85+139=408 (54% of max value = 765). Red value is 184 (72.27% from 255 or 45.10% from 408); Green value is 85 (33.59% from 255 or 20.83% from 408); Blue value is 139 (54.69% from 255 or 34.07% from 408); Max value from RGB is 184 - color contains mainly: red. Hex color #B8558B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8558B is #47AA74. Grayscale: #787878. Windows color (decimal): -4696693 or 9131448. OLE color: 9131448.

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

Color convert

RGB 184 85 139 -
CMYK 0 0.54 0.24 0.28
HSL 327.27º 0.41% 0.53% -
HSV(B) 327.27º 0.54% 0.72% -
XYZ 27.68 18.55 26.55 -
YUV 120.76 138.3 173.11 -
System Red Green Blue C M Y K H S L
Decimal 184 85 139 0 0.54 0.24 0.28 327.27 0.41 0.53
Hex B8 55 8B 0 36 18 1C 147 29 35
Octal 270 125 213 0 66 30 34 507 51 65
Binary 10111000 1010101 10001011 0 110110 11000 11100 101000111 101001 110101

Color Harmonies of #B8558B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8558B

Black with #B8558B

Text Example


Text Example

White with #B8558B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8558B; }

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

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

background-color css

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

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

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

border-color css

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

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

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