Html Css Color HEX #B9478A Mulberry

📋 copy color: '#B9478A'

red 185 ◦ green 71 ◦ blue 138

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

Shades of Mulberry #B9478A

Tints of Mulberry #B9478A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 35.03%

R = 46.95%
G = 18.02%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#B9478A (or 0xB9478A) is known color: Mulberry. HEX triplet: B9, 47 and 8A. RGB value is (185,71,138). Sum of RGB (Red+Green+Blue) = 185+71+138=394 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.95% from 394); Green value is 71 (28.12% from 255 or 18.02% from 394); Blue value is 138 (54.30% from 255 or 35.03% from 394); Max value from RGB is 185 - color contains mainly: red. Hex color #B9478A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B9478A is #46B875. Grayscale: #707070. Windows color (decimal): -4634742 or 9062329. OLE color: 9062329.

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

Color convert

RGB 185 71 138 -
CMYK 0 0.62 0.25 0.27
HSL 324.74º 0.45% 0.5% -
HSV(B) 324.74º 0.62% 0.73% -
XYZ 26.85 16.66 25.84 -
YUV 112.72 142.27 179.55 -
System Red Green Blue C M Y K H S L
Decimal 185 71 138 0 0.62 0.25 0.27 324.74 0.45 0.5
Hex B9 47 8A 0 3E 19 1B 145 2D 32
Octal 271 107 212 0 76 31 33 505 55 62
Binary 10111001 1000111 10001010 0 111110 11001 11011 101000101 101101 110010

Color Harmonies of #B9478A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9478A

Black with #B9478A

Text Example


Text Example

White with #B9478A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9478A; }

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

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

background-color css

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

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

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

border-color css

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

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

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