Html Css Color HEX #B94584 Mulberry

📋 copy color: '#B94584'

red 185 ◦ green 69 ◦ blue 132

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

Shades of Mulberry #B94584

Tints of Mulberry #B94584

RGB

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

 GREEN value IS 69 (27.34% from 255) = 17.88%

 BLUE value IS 132 (51.95% from 255) = 34.2%

R = 47.93%
G = 17.88%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.29

 K value IS 0.27

RGB Variations

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

Color information

#B94584 (or 0xB94584) is known color: Mulberry. HEX triplet: B9, 45 and 84. RGB value is (185,69,132). Sum of RGB (Red+Green+Blue) = 185+69+132=386 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.93% from 386); Green value is 69 (27.34% from 255 or 17.88% from 386); Blue value is 132 (51.95% from 255 or 34.20% from 386); Max value from RGB is 185 - color contains mainly: red. Hex color #B94584 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B94584 is #46BA7B. Grayscale: #6E6E6E. Windows color (decimal): -4635260 or 8668601. OLE color: 8668601.

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

Color convert

RGB 185 69 132 -
CMYK 0 0.63 0.29 0.27
HSL 327.41º 0.46% 0.5% -
HSV(B) 327.41º 0.63% 0.73% -
XYZ 26.3 16.24 23.58 -
YUV 110.87 139.93 180.88 -
System Red Green Blue C M Y K H S L
Decimal 185 69 132 0 0.63 0.29 0.27 327.41 0.46 0.5
Hex B9 45 84 0 3F 1D 1B 147 2E 32
Octal 271 105 204 0 77 35 33 507 56 62
Binary 10111001 1000101 10000100 0 111111 11101 11011 101000111 101110 110010

Color Harmonies of #B94584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94584

Black with #B94584

Text Example


Text Example

White with #B94584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94584; }

 p { color: rgb(185,69,132); }

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

background-color css

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

 a { background-color: rgb(185,69,132); }

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

border-color css

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

 span { border-color: rgb(185,69,132); }

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