Html Css Color HEX #B94885 Mulberry

📋 copy color: '#B94885'

red 185 ◦ green 72 ◦ blue 133

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

Shades of Mulberry #B94885

Tints of Mulberry #B94885

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18.46%

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

R = 47.44%
G = 18.46%
B = 34.1%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.28

 K value IS 0.27

RGB Variations

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

Color information

#B94885 (or 0xB94885) is known color: Mulberry. HEX triplet: B9, 48 and 85. RGB value is (185,72,133). Sum of RGB (Red+Green+Blue) = 185+72+133=390 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.44% from 390); Green value is 72 (28.52% from 255 or 18.46% from 390); Blue value is 133 (52.34% from 255 or 34.10% from 390); Max value from RGB is 185 - color contains mainly: red. Hex color #B94885 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B94885 is #46B77A. Grayscale: #707070. Windows color (decimal): -4634491 or 8734905. OLE color: 8734905.

HSL color Cylindrical-coordinate representation of color #B94885: hue angle of 327.61º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B94885 is Cyan = 0, Magento = 0.61, Yellow = 0.28 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 72 133 -
CMYK 0 0.61 0.28 0.27
HSL 327.61º 0.45% 0.5% -
HSV(B) 327.61º 0.61% 0.73% -
XYZ 26.56 16.64 24 -
YUV 112.74 139.44 179.54 -
System Red Green Blue C M Y K H S L
Decimal 185 72 133 0 0.61 0.28 0.27 327.61 0.45 0.5
Hex B9 48 85 0 3D 1C 1B 148 2D 32
Octal 271 110 205 0 75 34 33 510 55 62
Binary 10111001 1001000 10000101 0 111101 11100 11011 101001000 101101 110010

Color Harmonies of #B94885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94885

Black with #B94885

Text Example


Text Example

White with #B94885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94885; }

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

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

background-color css

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

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

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

border-color css

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

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

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