Html Css Color HEX #B8488E Mulberry

📋 copy color: '#B8488E'

red 184 ◦ green 72 ◦ blue 142

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

Shades of Mulberry #B8488E

Tints of Mulberry #B8488E

RGB

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

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

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

R = 46.23%
G = 18.09%
B = 35.68%

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

#B8488E (or 0xB8488E) is known color: Mulberry. HEX triplet: B8, 48 and 8E. RGB value is (184,72,142). Sum of RGB (Red+Green+Blue) = 184+72+142=398 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.23% from 398); Green value is 72 (28.52% from 255 or 18.09% from 398); Blue value is 142 (55.86% from 255 or 35.68% from 398); Max value from RGB is 184 - color contains mainly: red. Hex color #B8488E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B8488E is #47B771. Grayscale: #717171. Windows color (decimal): -4700018 or 9324728. OLE color: 9324728.

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

Color convert

RGB 184 72 142 -
CMYK 0 0.61 0.23 0.28
HSL 322.5º 0.44% 0.5% -
HSV(B) 322.5º 0.61% 0.72% -
XYZ 26.97 16.78 27.41 -
YUV 113.47 144.11 178.31 -
System Red Green Blue C M Y K H S L
Decimal 184 72 142 0 0.61 0.23 0.28 322.5 0.44 0.5
Hex B8 48 8E 0 3D 17 1C 142 2C 32
Octal 270 110 216 0 75 27 34 502 54 62
Binary 10111000 1001000 10001110 0 111101 10111 11100 101000010 101100 110010

Color Harmonies of #B8488E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8488E

Black with #B8488E

Text Example


Text Example

White with #B8488E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8488E; }

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

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

background-color css

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

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

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

border-color css

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

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

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