Html Css Color HEX #B8448A Mulberry

📋 copy color: '#B8448A'

red 184 ◦ green 68 ◦ blue 138

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

Shades of Mulberry #B8448A

Tints of Mulberry #B8448A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 35.38%

R = 47.18%
G = 17.44%
B = 35.38%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.25

 K value IS 0.28

RGB Variations

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

Color information

#B8448A (or 0xB8448A) is known color: Mulberry. HEX triplet: B8, 44 and 8A. RGB value is (184,68,138). Sum of RGB (Red+Green+Blue) = 184+68+138=390 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.18% from 390); Green value is 68 (26.95% from 255 or 17.44% from 390); Blue value is 138 (54.30% from 255 or 35.38% from 390); Max value from RGB is 184 - color contains mainly: red. Hex color #B8448A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B8448A is #47BB75. Grayscale: #6E6E6E. Windows color (decimal): -4701046 or 9061560. OLE color: 9061560.

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

Color convert

RGB 184 68 138 -
CMYK 0 0.63 0.25 0.28
HSL 323.79º 0.46% 0.49% -
HSV(B) 323.79º 0.63% 0.72% -
XYZ 26.42 16.16 25.77 -
YUV 110.66 143.43 180.31 -
System Red Green Blue C M Y K H S L
Decimal 184 68 138 0 0.63 0.25 0.28 323.79 0.46 0.49
Hex B8 44 8A 0 3F 19 1C 144 2E 31
Octal 270 104 212 0 77 31 34 504 56 61
Binary 10111000 1000100 10001010 0 111111 11001 11100 101000100 101110 110001

Color Harmonies of #B8448A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8448A

Black with #B8448A

Text Example


Text Example

White with #B8448A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8448A; }

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

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

background-color css

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

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

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

border-color css

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

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

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