Html Css Color HEX #B9498D Mulberry

📋 copy color: '#B9498D'

red 185 ◦ green 73 ◦ blue 141

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

Shades of Mulberry #B9498D

Tints of Mulberry #B9498D

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.3%

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

R = 46.37%
G = 18.3%
B = 35.34%

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

#B9498D (or 0xB9498D) is known color: Mulberry. HEX triplet: B9, 49 and 8D. RGB value is (185,73,141). Sum of RGB (Red+Green+Blue) = 185+73+141=399 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.37% from 399); Green value is 73 (28.91% from 255 or 18.30% from 399); Blue value is 141 (55.47% from 255 or 35.34% from 399); Max value from RGB is 185 - color contains mainly: red. Hex color #B9498D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B9498D is #46B672. Grayscale: #727272. Windows color (decimal): -4634227 or 9259449. OLE color: 9259449.

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

Color convert

RGB 185 73 141 -
CMYK 0 0.61 0.24 0.27
HSL 323.57º 0.44% 0.51% -
HSV(B) 323.57º 0.61% 0.73% -
XYZ 27.2 17 27.05 -
YUV 114.24 143.11 178.47 -
System Red Green Blue C M Y K H S L
Decimal 185 73 141 0 0.61 0.24 0.27 323.57 0.44 0.51
Hex B9 49 8D 0 3D 18 1B 144 2C 33
Octal 271 111 215 0 75 30 33 504 54 63
Binary 10111001 1001001 10001101 0 111101 11000 11011 101000100 101100 110011

Color Harmonies of #B9498D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9498D

Black with #B9498D

Text Example


Text Example

White with #B9498D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9498D; }

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

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

background-color css

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

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

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

border-color css

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

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

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