Html Css Color HEX #B9478C Mulberry

📋 copy color: '#B9478C'

red 185 ◦ green 71 ◦ blue 140

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

Shades of Mulberry #B9478C

Tints of Mulberry #B9478C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 35.35%

R = 46.72%
G = 17.93%
B = 35.35%

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

#B9478C (or 0xB9478C) is known color: Mulberry. HEX triplet: B9, 47 and 8C. RGB value is (185,71,140). Sum of RGB (Red+Green+Blue) = 185+71+140=396 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.72% from 396); Green value is 71 (28.12% from 255 or 17.93% from 396); Blue value is 140 (55.08% from 255 or 35.35% from 396); Max value from RGB is 185 - color contains mainly: red. Hex color #B9478C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B9478C is #46B873. Grayscale: #707070. Windows color (decimal): -4634740 or 9193401. OLE color: 9193401.

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

Color convert

RGB 185 71 140 -
CMYK 0 0.62 0.24 0.27
HSL 323.68º 0.45% 0.5% -
HSV(B) 323.68º 0.62% 0.73% -
XYZ 26.99 16.71 26.61 -
YUV 112.95 143.27 179.39 -
System Red Green Blue C M Y K H S L
Decimal 185 71 140 0 0.62 0.24 0.27 323.68 0.45 0.5
Hex B9 47 8C 0 3E 18 1B 144 2D 32
Octal 271 107 214 0 76 30 33 504 55 62
Binary 10111001 1000111 10001100 0 111110 11000 11011 101000100 101101 110010

Color Harmonies of #B9478C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9478C

Black with #B9478C

Text Example


Text Example

White with #B9478C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9478C; }

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

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

background-color css

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

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

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

border-color css

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

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

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