Html Css Color HEX #B9498C Mulberry

📋 copy color: '#B9498C'

red 185 ◦ green 73 ◦ blue 140

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

Shades of Mulberry #B9498C

Tints of Mulberry #B9498C

RGB

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

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

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

R = 46.48%
G = 18.34%
B = 35.18%

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

#B9498C (or 0xB9498C) is known color: Mulberry. HEX triplet: B9, 49 and 8C. RGB value is (185,73,140). Sum of RGB (Red+Green+Blue) = 185+73+140=398 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.48% from 398); Green value is 73 (28.91% from 255 or 18.34% from 398); Blue value is 140 (55.08% from 255 or 35.18% from 398); Max value from RGB is 185 - color contains mainly: red. Hex color #B9498C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B9498C is #46B673. Grayscale: #717171. Windows color (decimal): -4634228 or 9193913. OLE color: 9193913.

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

Color convert

RGB 185 73 140 -
CMYK 0 0.61 0.24 0.27
HSL 324.11º 0.44% 0.51% -
HSV(B) 324.11º 0.61% 0.73% -
XYZ 27.12 16.97 26.66 -
YUV 114.13 142.61 178.55 -
System Red Green Blue C M Y K H S L
Decimal 185 73 140 0 0.61 0.24 0.27 324.11 0.44 0.51
Hex B9 49 8C 0 3D 18 1B 144 2C 33
Octal 271 111 214 0 75 30 33 504 54 63
Binary 10111001 1001001 10001100 0 111101 11000 11011 101000100 101100 110011

Color Harmonies of #B9498C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9498C

Black with #B9498C

Text Example


Text Example

White with #B9498C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9498C; }

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

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

background-color css

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

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

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

border-color css

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

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

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