Html Css Color HEX #B8448E Mulberry

📋 copy color: '#B8448E'

red 184 ◦ green 68 ◦ blue 142

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

Shades of Mulberry #B8448E

Tints of Mulberry #B8448E

RGB

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

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

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

R = 46.7%
G = 17.26%
B = 36.04%

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

#B8448E (or 0xB8448E) is known color: Mulberry. HEX triplet: B8, 44 and 8E. RGB value is (184,68,142). Sum of RGB (Red+Green+Blue) = 184+68+142=394 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.70% from 394); Green value is 68 (26.95% from 255 or 17.26% from 394); Blue value is 142 (55.86% from 255 or 36.04% from 394); Max value from RGB is 184 - color contains mainly: red. Hex color #B8448E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B8448E is #47BB71. Grayscale: #6E6E6E. Windows color (decimal): -4701042 or 9323704. OLE color: 9323704.

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

Color convert

RGB 184 68 142 -
CMYK 0 0.63 0.23 0.28
HSL 321.72º 0.46% 0.49% -
HSV(B) 321.72º 0.63% 0.72% -
XYZ 26.72 16.28 27.32 -
YUV 111.12 145.43 179.98 -
System Red Green Blue C M Y K H S L
Decimal 184 68 142 0 0.63 0.23 0.28 321.72 0.46 0.49
Hex B8 44 8E 0 3F 17 1C 142 2E 31
Octal 270 104 216 0 77 27 34 502 56 61
Binary 10111000 1000100 10001110 0 111111 10111 11100 101000010 101110 110001

Color Harmonies of #B8448E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8448E

Black with #B8448E

Text Example


Text Example

White with #B8448E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8448E; }

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

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

background-color css

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

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

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

border-color css

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

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

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