Html Css Color HEX #B94983 Mulberry

📋 copy color: '#B94983'

red 185 ◦ green 73 ◦ blue 131

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

Shades of Mulberry #B94983

Tints of Mulberry #B94983

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.77%

 BLUE value IS 131 (51.56% from 255) = 33.68%

R = 47.56%
G = 18.77%
B = 33.68%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.29

 K value IS 0.27

RGB Variations

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

Color information

#B94983 (or 0xB94983) is known color: Mulberry. HEX triplet: B9, 49 and 83. RGB value is (185,73,131). Sum of RGB (Red+Green+Blue) = 185+73+131=389 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.56% from 389); Green value is 73 (28.91% from 255 or 18.77% from 389); Blue value is 131 (51.56% from 255 or 33.68% from 389); Max value from RGB is 185 - color contains mainly: red. Hex color #B94983 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B94983 is #46B67C. Grayscale: #707070. Windows color (decimal): -4634237 or 8604089. OLE color: 8604089.

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

Color convert

RGB 185 73 131 -
CMYK 0 0.61 0.29 0.27
HSL 328.93º 0.44% 0.51% -
HSV(B) 328.93º 0.61% 0.73% -
XYZ 26.49 16.72 23.3 -
YUV 113.1 138.11 179.28 -
System Red Green Blue C M Y K H S L
Decimal 185 73 131 0 0.61 0.29 0.27 328.93 0.44 0.51
Hex B9 49 83 0 3D 1D 1B 149 2C 33
Octal 271 111 203 0 75 35 33 511 54 63
Binary 10111001 1001001 10000011 0 111101 11101 11011 101001001 101100 110011

Color Harmonies of #B94983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94983

Black with #B94983

Text Example


Text Example

White with #B94983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94983; }

 p { color: rgb(185,73,131); }

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

background-color css

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

 a { background-color: rgb(185,73,131); }

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

border-color css

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

 span { border-color: rgb(185,73,131); }

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