Html Css Color HEX #B94D8C Mulberry

📋 copy color: '#B94D8C'

red 185 ◦ green 77 ◦ blue 140

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

Shades of Mulberry #B94D8C

Tints of Mulberry #B94D8C

RGB

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

 GREEN value IS 77 (30.47% from 255) = 19.15%

 BLUE value IS 140 (55.08% from 255) = 34.83%

R = 46.02%
G = 19.15%
B = 34.83%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#B94D8C (or 0xB94D8C) is known color: Mulberry. HEX triplet: B9, 4D and 8C. RGB value is (185,77,140). Sum of RGB (Red+Green+Blue) = 185+77+140=402 (53% of max value = 765). Red value is 185 (72.66% from 255 or 46.02% from 402); Green value is 77 (30.47% from 255 or 19.15% from 402); Blue value is 140 (55.08% from 255 or 34.83% from 402); Max value from RGB is 185 - color contains mainly: red. Hex color #B94D8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B94D8C is #46B273. Grayscale: #747474. Windows color (decimal): -4633204 or 9194937. OLE color: 9194937.

HSL color Cylindrical-coordinate representation of color #B94D8C: hue angle of 325º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B94D8C is Cyan = 0, Magento = 0.58, Yellow = 0.24 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 77 140 -
CMYK 0 0.58 0.24 0.27
HSL 325º 0.44% 0.51% -
HSV(B) 325º 0.58% 0.73% -
XYZ 27.4 17.52 26.75 -
YUV 116.47 141.28 176.88 -
System Red Green Blue C M Y K H S L
Decimal 185 77 140 0 0.58 0.24 0.27 325 0.44 0.51
Hex B9 4D 8C 0 3A 18 1B 145 2C 33
Octal 271 115 214 0 72 30 33 505 54 63
Binary 10111001 1001101 10001100 0 111010 11000 11011 101000101 101100 110011

Color Harmonies of #B94D8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94D8C

Black with #B94D8C

Text Example


Text Example

White with #B94D8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94D8C; }

 p { color: rgb(185,77,140); }

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

background-color css

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

 a { background-color: rgb(185,77,140); }

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

border-color css

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

 span { border-color: rgb(185,77,140); }

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