Html Css Color HEX #B94C96 Mulberry

📋 copy color: '#B94C96'

red 185 ◦ green 76 ◦ blue 150

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

Shades of Mulberry #B94C96

Tints of Mulberry #B94C96

RGB

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

 GREEN value IS 76 (30.08% from 255) = 18.49%

 BLUE value IS 150 (58.98% from 255) = 36.5%

R = 45.01%
G = 18.49%
B = 36.5%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#B94C96 (or 0xB94C96) is known color: Mulberry. HEX triplet: B9, 4C and 96. RGB value is (185,76,150). Sum of RGB (Red+Green+Blue) = 185+76+150=411 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.01% from 411); Green value is 76 (30.08% from 255 or 18.49% from 411); Blue value is 150 (58.98% from 255 or 36.50% from 411); Max value from RGB is 185 - color contains mainly: red. Hex color #B94C96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B94C96 is #46B369. Grayscale: #747474. Windows color (decimal): -4633450 or 9850041. OLE color: 9850041.

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

Color convert

RGB 185 76 150 -
CMYK 0 0.59 0.19 0.27
HSL 319.27º 0.44% 0.51% -
HSV(B) 319.27º 0.59% 0.73% -
XYZ 28.1 17.69 30.79 -
YUV 117.03 146.61 176.48 -
System Red Green Blue C M Y K H S L
Decimal 185 76 150 0 0.59 0.19 0.27 319.27 0.44 0.51
Hex B9 4C 96 0 3B 13 1B 13F 2C 33
Octal 271 114 226 0 73 23 33 477 54 63
Binary 10111001 1001100 10010110 0 111011 10011 11011 100111111 101100 110011

Color Harmonies of #B94C96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94C96

Black with #B94C96

Text Example


Text Example

White with #B94C96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94C96; }

 p { color: rgb(185,76,150); }

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

background-color css

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

 a { background-color: rgb(185,76,150); }

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

border-color css

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

 span { border-color: rgb(185,76,150); }

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