Html Css Color HEX #B94489 Mulberry

📋 copy color: '#B94489'

red 185 ◦ green 68 ◦ blue 137

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

Shades of Mulberry #B94489

Tints of Mulberry #B94489

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 35.13%

R = 47.44%
G = 17.44%
B = 35.13%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#B94489 (or 0xB94489) is known color: Mulberry. HEX triplet: B9, 44 and 89. RGB value is (185,68,137). Sum of RGB (Red+Green+Blue) = 185+68+137=390 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.44% from 390); Green value is 68 (26.95% from 255 or 17.44% from 390); Blue value is 137 (53.91% from 255 or 35.13% from 390); Max value from RGB is 185 - color contains mainly: red. Hex color #B94489 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B94489 is #46BB76. Grayscale: #6E6E6E. Windows color (decimal): -4635511 or 8996025. OLE color: 8996025.

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

Color convert

RGB 185 68 137 -
CMYK 0 0.63 0.26 0.27
HSL 324.62º 0.46% 0.5% -
HSV(B) 324.62º 0.63% 0.73% -
XYZ 26.59 16.25 25.4 -
YUV 110.85 142.76 180.89 -
System Red Green Blue C M Y K H S L
Decimal 185 68 137 0 0.63 0.26 0.27 324.62 0.46 0.5
Hex B9 44 89 0 3F 1A 1B 145 2E 32
Octal 271 104 211 0 77 32 33 505 56 62
Binary 10111001 1000100 10001001 0 111111 11010 11011 101000101 101110 110010

Color Harmonies of #B94489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94489

Black with #B94489

Text Example


Text Example

White with #B94489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94489; }

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

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

background-color css

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

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

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

border-color css

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

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

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