Html Css Color HEX #B94B8E Mulberry

📋 copy color: '#B94B8E'

red 185 ◦ green 75 ◦ blue 142

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

Shades of Mulberry #B94B8E

Tints of Mulberry #B94B8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 35.32%

R = 46.02%
G = 18.66%
B = 35.32%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.23

 K value IS 0.27

RGB Variations

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

Color information

#B94B8E (or 0xB94B8E) is known color: Mulberry. HEX triplet: B9, 4B and 8E. RGB value is (185,75,142). Sum of RGB (Red+Green+Blue) = 185+75+142=402 (53% of max value = 765). Red value is 185 (72.66% from 255 or 46.02% from 402); Green value is 75 (29.69% from 255 or 18.66% from 402); Blue value is 142 (55.86% from 255 or 35.32% from 402); Max value from RGB is 185 - color contains mainly: red. Hex color #B94B8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B94B8E is #46B471. Grayscale: #737373. Windows color (decimal): -4633714 or 9325497. OLE color: 9325497.

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

Color convert

RGB 185 75 142 -
CMYK 0 0.59 0.23 0.27
HSL 323.45º 0.44% 0.51% -
HSV(B) 323.45º 0.59% 0.73% -
XYZ 27.41 17.3 27.49 -
YUV 115.53 142.94 177.55 -
System Red Green Blue C M Y K H S L
Decimal 185 75 142 0 0.59 0.23 0.27 323.45 0.44 0.51
Hex B9 4B 8E 0 3B 17 1B 143 2C 33
Octal 271 113 216 0 73 27 33 503 54 63
Binary 10111001 1001011 10001110 0 111011 10111 11011 101000011 101100 110011

Color Harmonies of #B94B8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94B8E

Black with #B94B8E

Text Example


Text Example

White with #B94B8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94B8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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