Html Css Color HEX #B8449A Mulberry

📋 copy color: '#B8449A'

red 184 ◦ green 68 ◦ blue 154

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

Shades of Mulberry #B8449A

Tints of Mulberry #B8449A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 37.93%

R = 45.32%
G = 16.75%
B = 37.93%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.16

 K value IS 0.28

RGB Variations

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

Color information

#B8449A (or 0xB8449A) is known color: Mulberry. HEX triplet: B8, 44 and 9A. RGB value is (184,68,154). Sum of RGB (Red+Green+Blue) = 184+68+154=406 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.32% from 406); Green value is 68 (26.95% from 255 or 16.75% from 406); Blue value is 154 (60.55% from 255 or 37.93% from 406); Max value from RGB is 184 - color contains mainly: red. Hex color #B8449A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B8449A is #47BB65. Grayscale: #707070. Windows color (decimal): -4701030 or 10110136. OLE color: 10110136.

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

Color convert

RGB 184 68 154 -
CMYK 0 0.63 0.16 0.28
HSL 315.52º 0.46% 0.49% -
HSV(B) 315.52º 0.63% 0.72% -
XYZ 27.67 16.66 32.33 -
YUV 112.49 151.43 179.01 -
System Red Green Blue C M Y K H S L
Decimal 184 68 154 0 0.63 0.16 0.28 315.52 0.46 0.49
Hex B8 44 9A 0 3F 10 1C 13C 2E 31
Octal 270 104 232 0 77 20 34 474 56 61
Binary 10111000 1000100 10011010 0 111111 10000 11100 100111100 101110 110001

Color Harmonies of #B8449A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8449A

Black with #B8449A

Text Example


Text Example

White with #B8449A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8449A; }

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

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

background-color css

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

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

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

border-color css

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

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

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