Html Css Color HEX #B9488C Mulberry

📋 copy color: '#B9488C'

red 185 ◦ green 72 ◦ blue 140

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

Shades of Mulberry #B9488C

Tints of Mulberry #B9488C

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18.14%

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

R = 46.6%
G = 18.14%
B = 35.26%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#B9488C (or 0xB9488C) is known color: Mulberry. HEX triplet: B9, 48 and 8C. RGB value is (185,72,140). Sum of RGB (Red+Green+Blue) = 185+72+140=397 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.60% from 397); Green value is 72 (28.52% from 255 or 18.14% from 397); Blue value is 140 (55.08% from 255 or 35.26% from 397); Max value from RGB is 185 - color contains mainly: red. Hex color #B9488C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B9488C is #46B773. Grayscale: #717171. Windows color (decimal): -4634484 or 9193657. OLE color: 9193657.

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

Color convert

RGB 185 72 140 -
CMYK 0 0.61 0.24 0.27
HSL 323.89º 0.45% 0.5% -
HSV(B) 323.89º 0.61% 0.73% -
XYZ 27.06 16.84 26.64 -
YUV 113.54 142.94 178.97 -
System Red Green Blue C M Y K H S L
Decimal 185 72 140 0 0.61 0.24 0.27 323.89 0.45 0.5
Hex B9 48 8C 0 3D 18 1B 144 2D 32
Octal 271 110 214 0 75 30 33 504 55 62
Binary 10111001 1001000 10001100 0 111101 11000 11011 101000100 101101 110010

Color Harmonies of #B9488C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9488C

Black with #B9488C

Text Example


Text Example

White with #B9488C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9488C; }

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

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

background-color css

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

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

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

border-color css

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

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

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