Html Css Color HEX #B8488D Mulberry

📋 copy color: '#B8488D'

red 184 ◦ green 72 ◦ blue 141

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

Shades of Mulberry #B8488D

Tints of Mulberry #B8488D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18.14%

 BLUE value IS 141 (55.47% from 255) = 35.52%

R = 46.35%
G = 18.14%
B = 35.52%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.23

 K value IS 0.28

RGB Variations

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

Color information

#B8488D (or 0xB8488D) is known color: Mulberry. HEX triplet: B8, 48 and 8D. RGB value is (184,72,141). Sum of RGB (Red+Green+Blue) = 184+72+141=397 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.35% from 397); Green value is 72 (28.52% from 255 or 18.14% from 397); Blue value is 141 (55.47% from 255 or 35.52% from 397); Max value from RGB is 184 - color contains mainly: red. Hex color #B8488D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B8488D is #47B772. Grayscale: #717171. Windows color (decimal): -4700019 or 9259192. OLE color: 9259192.

HSL color Cylindrical-coordinate representation of color #B8488D: hue angle of 323.04º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B8488D is Cyan = 0, Magento = 0.61, Yellow = 0.23 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 72 141 -
CMYK 0 0.61 0.23 0.28
HSL 323.04º 0.44% 0.5% -
HSV(B) 323.04º 0.61% 0.72% -
XYZ 26.89 16.75 27.01 -
YUV 113.35 143.61 178.39 -
System Red Green Blue C M Y K H S L
Decimal 184 72 141 0 0.61 0.23 0.28 323.04 0.44 0.5
Hex B8 48 8D 0 3D 17 1C 143 2C 32
Octal 270 110 215 0 75 27 34 503 54 62
Binary 10111000 1001000 10001101 0 111101 10111 11100 101000011 101100 110010

Color Harmonies of #B8488D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8488D

Black with #B8488D

Text Example


Text Example

White with #B8488D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8488D; }

 p { color: rgb(184,72,141); }

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

background-color css

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

 a { background-color: rgb(184,72,141); }

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

border-color css

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

 span { border-color: rgb(184,72,141); }

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