Html Css Color HEX #B8558A Mulberry

📋 copy color: '#B8558A'

red 184 ◦ green 85 ◦ blue 138

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

Shades of Mulberry #B8558A

Tints of Mulberry #B8558A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 33.91%

R = 45.21%
G = 20.88%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.25

 K value IS 0.28

RGB Variations

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

Color information

#B8558A (or 0xB8558A) is known color: Mulberry. HEX triplet: B8, 55 and 8A. RGB value is (184,85,138). Sum of RGB (Red+Green+Blue) = 184+85+138=407 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.21% from 407); Green value is 85 (33.59% from 255 or 20.88% from 407); Blue value is 138 (54.30% from 255 or 33.91% from 407); Max value from RGB is 184 - color contains mainly: red. Hex color #B8558A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8558A is #47AA75. Grayscale: #787878. Windows color (decimal): -4696694 or 9065912. OLE color: 9065912.

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

Color convert

RGB 184 85 138 -
CMYK 0 0.54 0.25 0.28
HSL 327.88º 0.41% 0.53% -
HSV(B) 327.88º 0.54% 0.72% -
XYZ 27.6 18.52 26.17 -
YUV 120.64 137.8 173.19 -
System Red Green Blue C M Y K H S L
Decimal 184 85 138 0 0.54 0.25 0.28 327.88 0.41 0.53
Hex B8 55 8A 0 36 19 1C 148 29 35
Octal 270 125 212 0 66 31 34 510 51 65
Binary 10111000 1010101 10001010 0 110110 11001 11100 101001000 101001 110101

Color Harmonies of #B8558A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8558A

Black with #B8558A

Text Example


Text Example

White with #B8558A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8558A; }

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

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

background-color css

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

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

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

border-color css

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

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

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