Html Css Color HEX #B94B8D Mulberry

📋 copy color: '#B94B8D'

red 185 ◦ green 75 ◦ blue 141

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

Shades of Mulberry #B94B8D

Tints of Mulberry #B94B8D

RGB

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

 GREEN value IS 75 (29.69% from 255) = 18.7%

 BLUE value IS 141 (55.47% from 255) = 35.16%

R = 46.13%
G = 18.7%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#B94B8D (or 0xB94B8D) is known color: Mulberry. HEX triplet: B9, 4B and 8D. RGB value is (185,75,141). Sum of RGB (Red+Green+Blue) = 185+75+141=401 (53% of max value = 765). Red value is 185 (72.66% from 255 or 46.13% from 401); Green value is 75 (29.69% from 255 or 18.70% from 401); Blue value is 141 (55.47% from 255 or 35.16% from 401); Max value from RGB is 185 - color contains mainly: red. Hex color #B94B8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B94B8D is #46B472. Grayscale: #737373. Windows color (decimal): -4633715 or 9259961. OLE color: 9259961.

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

Color convert

RGB 185 75 141 -
CMYK 0 0.59 0.24 0.27
HSL 324º 0.44% 0.51% -
HSV(B) 324º 0.59% 0.73% -
XYZ 27.33 17.27 27.09 -
YUV 115.41 142.44 177.63 -
System Red Green Blue C M Y K H S L
Decimal 185 75 141 0 0.59 0.24 0.27 324 0.44 0.51
Hex B9 4B 8D 0 3B 18 1B 144 2C 33
Octal 271 113 215 0 73 30 33 504 54 63
Binary 10111001 1001011 10001101 0 111011 11000 11011 101000100 101100 110011

Color Harmonies of #B94B8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94B8D

Black with #B94B8D

Text Example


Text Example

White with #B94B8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94B8D; }

 p { color: rgb(185,75,141); }

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

background-color css

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

 a { background-color: rgb(185,75,141); }

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

border-color css

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

 span { border-color: rgb(185,75,141); }

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