Html Css Color HEX #B9498B Mulberry

📋 copy color: '#B9498B'

red 185 ◦ green 73 ◦ blue 139

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

Shades of Mulberry #B9498B

Tints of Mulberry #B9498B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 35.01%

R = 46.6%
G = 18.39%
B = 35.01%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#B9498B (or 0xB9498B) is known color: Mulberry. HEX triplet: B9, 49 and 8B. RGB value is (185,73,139). Sum of RGB (Red+Green+Blue) = 185+73+139=397 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.60% from 397); Green value is 73 (28.91% from 255 or 18.39% from 397); Blue value is 139 (54.69% from 255 or 35.01% from 397); Max value from RGB is 185 - color contains mainly: red. Hex color #B9498B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B9498B is #46B674. Grayscale: #717171. Windows color (decimal): -4634229 or 9128377. OLE color: 9128377.

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

Color convert

RGB 185 73 139 -
CMYK 0 0.61 0.25 0.27
HSL 324.64º 0.44% 0.51% -
HSV(B) 324.64º 0.61% 0.73% -
XYZ 27.05 16.94 26.27 -
YUV 114.01 142.11 178.63 -
System Red Green Blue C M Y K H S L
Decimal 185 73 139 0 0.61 0.25 0.27 324.64 0.44 0.51
Hex B9 49 8B 0 3D 19 1B 145 2C 33
Octal 271 111 213 0 75 31 33 505 54 63
Binary 10111001 1001001 10001011 0 111101 11001 11011 101000101 101100 110011

Color Harmonies of #B9498B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9498B

Black with #B9498B

Text Example


Text Example

White with #B9498B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9498B; }

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

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

background-color css

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

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

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

border-color css

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

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

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