Html Css Color HEX #B9449E Mulberry

📋 copy color: '#B9449E'

red 185 ◦ green 68 ◦ blue 158

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

Shades of Mulberry #B9449E

Tints of Mulberry #B9449E

RGB

 RED value IS 185 (72.66% from 255) = 45.01%

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

 BLUE value IS 158 (62.11% from 255) = 38.44%

R = 45.01%
G = 16.55%
B = 38.44%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#B9449E (or 0xB9449E) is known color: Mulberry. HEX triplet: B9, 44 and 9E. RGB value is (185,68,158). Sum of RGB (Red+Green+Blue) = 185+68+158=411 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.01% from 411); Green value is 68 (26.95% from 255 or 16.55% from 411); Blue value is 158 (62.11% from 255 or 38.44% from 411); Max value from RGB is 185 - color contains mainly: red. Hex color #B9449E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B9449E is #46BB61. Grayscale: #717171. Windows color (decimal): -4635490 or 10372281. OLE color: 10372281.

HSL color Cylindrical-coordinate representation of color #B9449E: hue angle of 313.85º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B9449E is Cyan = 0, Magento = 0.63, Yellow = 0.15 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 68 158 -
CMYK 0 0.63 0.15 0.27
HSL 313.85º 0.46% 0.5% -
HSV(B) 313.85º 0.63% 0.73% -
XYZ 28.25 16.92 34.12 -
YUV 113.24 153.26 179.18 -
System Red Green Blue C M Y K H S L
Decimal 185 68 158 0 0.63 0.15 0.27 313.85 0.46 0.5
Hex B9 44 9E 0 3F F 1B 13A 2E 32
Octal 271 104 236 0 77 17 33 472 56 62
Binary 10111001 1000100 10011110 0 111111 1111 11011 100111010 101110 110010

Color Harmonies of #B9449E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9449E

Black with #B9449E

Text Example


Text Example

White with #B9449E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9449E; }

 p { color: rgb(185,68,158); }

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

background-color css

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

 a { background-color: rgb(185,68,158); }

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

border-color css

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

 span { border-color: rgb(185,68,158); }

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