Html Css Color HEX #B9488E Mulberry

📋 copy color: '#B9488E'

red 185 ◦ green 72 ◦ blue 142

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

Shades of Mulberry #B9488E

Tints of Mulberry #B9488E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 35.59%

R = 46.37%
G = 18.05%
B = 35.59%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.23

 K value IS 0.27

RGB Variations

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

Color information

#B9488E (or 0xB9488E) is known color: Mulberry. HEX triplet: B9, 48 and 8E. RGB value is (185,72,142). Sum of RGB (Red+Green+Blue) = 185+72+142=399 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.37% from 399); Green value is 72 (28.52% from 255 or 18.05% from 399); Blue value is 142 (55.86% from 255 or 35.59% from 399); Max value from RGB is 185 - color contains mainly: red. Hex color #B9488E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B9488E is #46B771. Grayscale: #717171. Windows color (decimal): -4634482 or 9324729. OLE color: 9324729.

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

Color convert

RGB 185 72 142 -
CMYK 0 0.61 0.23 0.27
HSL 322.83º 0.45% 0.5% -
HSV(B) 322.83º 0.61% 0.73% -
XYZ 27.21 16.9 27.42 -
YUV 113.77 143.94 178.81 -
System Red Green Blue C M Y K H S L
Decimal 185 72 142 0 0.61 0.23 0.27 322.83 0.45 0.5
Hex B9 48 8E 0 3D 17 1B 143 2D 32
Octal 271 110 216 0 75 27 33 503 55 62
Binary 10111001 1001000 10001110 0 111101 10111 11011 101000011 101101 110010

Color Harmonies of #B9488E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9488E

Black with #B9488E

Text Example


Text Example

White with #B9488E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9488E; }

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

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

background-color css

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

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

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

border-color css

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

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

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