Html Css Color HEX #B94585 Mulberry

📋 copy color: '#B94585'

red 185 ◦ green 69 ◦ blue 133

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

Shades of Mulberry #B94585

Tints of Mulberry #B94585

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 34.37%

R = 47.8%
G = 17.83%
B = 34.37%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.28

 K value IS 0.27

RGB Variations

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

Color information

#B94585 (or 0xB94585) is known color: Mulberry. HEX triplet: B9, 45 and 85. RGB value is (185,69,133). Sum of RGB (Red+Green+Blue) = 185+69+133=387 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.80% from 387); Green value is 69 (27.34% from 255 or 17.83% from 387); Blue value is 133 (52.34% from 255 or 34.37% from 387); Max value from RGB is 185 - color contains mainly: red. Hex color #B94585 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B94585 is #46BA7A. Grayscale: #6E6E6E. Windows color (decimal): -4635259 or 8734137. OLE color: 8734137.

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

Color convert

RGB 185 69 133 -
CMYK 0 0.63 0.28 0.27
HSL 326.9º 0.46% 0.5% -
HSV(B) 326.9º 0.63% 0.73% -
XYZ 26.37 16.26 23.94 -
YUV 110.98 140.43 180.8 -
System Red Green Blue C M Y K H S L
Decimal 185 69 133 0 0.63 0.28 0.27 326.9 0.46 0.5
Hex B9 45 85 0 3F 1C 1B 147 2E 32
Octal 271 105 205 0 77 34 33 507 56 62
Binary 10111001 1000101 10000101 0 111111 11100 11011 101000111 101110 110010

Color Harmonies of #B94585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94585

Black with #B94585

Text Example


Text Example

White with #B94585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94585; }

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

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

background-color css

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

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

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

border-color css

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

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

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