Html Css Color HEX #B8448D Mulberry

📋 copy color: '#B8448D'

red 184 ◦ green 68 ◦ blue 141

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

Shades of Mulberry #B8448D

Tints of Mulberry #B8448D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.3%

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

R = 46.82%
G = 17.3%
B = 35.88%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.23

 K value IS 0.28

RGB Variations

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

Color information

#B8448D (or 0xB8448D) is known color: Mulberry. HEX triplet: B8, 44 and 8D. RGB value is (184,68,141). Sum of RGB (Red+Green+Blue) = 184+68+141=393 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.82% from 393); Green value is 68 (26.95% from 255 or 17.30% from 393); Blue value is 141 (55.47% from 255 or 35.88% from 393); Max value from RGB is 184 - color contains mainly: red. Hex color #B8448D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B8448D is #47BB72. Grayscale: #6E6E6E. Windows color (decimal): -4701043 or 9258168. OLE color: 9258168.

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

Color convert

RGB 184 68 141 -
CMYK 0 0.63 0.23 0.28
HSL 322.24º 0.46% 0.49% -
HSV(B) 322.24º 0.63% 0.72% -
XYZ 26.64 16.25 26.93 -
YUV 111.01 144.93 180.06 -
System Red Green Blue C M Y K H S L
Decimal 184 68 141 0 0.63 0.23 0.28 322.24 0.46 0.49
Hex B8 44 8D 0 3F 17 1C 142 2E 31
Octal 270 104 215 0 77 27 34 502 56 61
Binary 10111000 1000100 10001101 0 111111 10111 11100 101000010 101110 110001

Color Harmonies of #B8448D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8448D

Black with #B8448D

Text Example


Text Example

White with #B8448D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8448D; }

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

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

background-color css

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

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

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

border-color css

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

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

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