Html Css Color HEX #B8488F Mulberry

📋 copy color: '#B8488F'

red 184 ◦ green 72 ◦ blue 143

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

Shades of Mulberry #B8488F

Tints of Mulberry #B8488F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 35.84%

R = 46.12%
G = 18.05%
B = 35.84%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.22

 K value IS 0.28

RGB Variations

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

Color information

#B8488F (or 0xB8488F) is known color: Mulberry. HEX triplet: B8, 48 and 8F. RGB value is (184,72,143). Sum of RGB (Red+Green+Blue) = 184+72+143=399 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.12% from 399); Green value is 72 (28.52% from 255 or 18.05% from 399); Blue value is 143 (56.25% from 255 or 35.84% from 399); Max value from RGB is 184 - color contains mainly: red. Hex color #B8488F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B8488F is #47B770. Grayscale: #717171. Windows color (decimal): -4700017 or 9390264. OLE color: 9390264.

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

Color convert

RGB 184 72 143 -
CMYK 0 0.61 0.22 0.28
HSL 321.96º 0.44% 0.5% -
HSV(B) 321.96º 0.61% 0.72% -
XYZ 27.04 16.81 27.81 -
YUV 113.58 144.61 178.23 -
System Red Green Blue C M Y K H S L
Decimal 184 72 143 0 0.61 0.22 0.28 321.96 0.44 0.5
Hex B8 48 8F 0 3D 16 1C 142 2C 32
Octal 270 110 217 0 75 26 34 502 54 62
Binary 10111000 1001000 10001111 0 111101 10110 11100 101000010 101100 110010

Color Harmonies of #B8488F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8488F

Black with #B8488F

Text Example


Text Example

White with #B8488F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8488F; }

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

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

background-color css

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

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

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

border-color css

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

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

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