Html Css Color HEX #B9478D Mulberry

📋 copy color: '#B9478D'

red 185 ◦ green 71 ◦ blue 141

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

Shades of Mulberry #B9478D

Tints of Mulberry #B9478D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 17.88%

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

R = 46.6%
G = 17.88%
B = 35.52%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#B9478D (or 0xB9478D) is known color: Mulberry. HEX triplet: B9, 47 and 8D. RGB value is (185,71,141). Sum of RGB (Red+Green+Blue) = 185+71+141=397 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.60% from 397); Green value is 71 (28.12% from 255 or 17.88% from 397); Blue value is 141 (55.47% from 255 or 35.52% from 397); Max value from RGB is 185 - color contains mainly: red. Hex color #B9478D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B9478D is #46B872. Grayscale: #707070. Windows color (decimal): -4634739 or 9258937. OLE color: 9258937.

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

Color convert

RGB 185 71 141 -
CMYK 0 0.62 0.24 0.27
HSL 323.16º 0.45% 0.5% -
HSV(B) 323.16º 0.62% 0.73% -
XYZ 27.07 16.74 27 -
YUV 113.07 143.77 179.31 -
System Red Green Blue C M Y K H S L
Decimal 185 71 141 0 0.62 0.24 0.27 323.16 0.45 0.5
Hex B9 47 8D 0 3E 18 1B 143 2D 32
Octal 271 107 215 0 76 30 33 503 55 62
Binary 10111001 1000111 10001101 0 111110 11000 11011 101000011 101101 110010

Color Harmonies of #B9478D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9478D

Black with #B9478D

Text Example


Text Example

White with #B9478D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9478D; }

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

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

background-color css

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

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

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

border-color css

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

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

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