Html Css Color HEX #B9428E Mulberry

📋 copy color: '#B9428E'

red 185 ◦ green 66 ◦ blue 142

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

Shades of Mulberry #B9428E

Tints of Mulberry #B9428E

RGB

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

 GREEN value IS 66 (26.17% from 255) = 16.79%

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

R = 47.07%
G = 16.79%
B = 36.13%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.23

 K value IS 0.27

RGB Variations

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

Color information

#B9428E (or 0xB9428E) is known color: Mulberry. HEX triplet: B9, 42 and 8E. RGB value is (185,66,142). Sum of RGB (Red+Green+Blue) = 185+66+142=393 (52% of max value = 765). Red value is 185 (72.66% from 255 or 47.07% from 393); Green value is 66 (26.17% from 255 or 16.79% from 393); Blue value is 142 (55.86% from 255 or 36.13% from 393); Max value from RGB is 185 - color contains mainly: red. Hex color #B9428E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B9428E is #46BD71. Grayscale: #6E6E6E. Windows color (decimal): -4636018 or 9323193. OLE color: 9323193.

HSL color Cylindrical-coordinate representation of color #B9428E: hue angle of 321.68º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B9428E is Cyan = 0, Magento = 0.64, Yellow = 0.23 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 66 142 -
CMYK 0 0.64 0.23 0.27
HSL 321.68º 0.47% 0.49% -
HSV(B) 321.68º 0.64% 0.73% -
XYZ 26.84 16.16 27.3 -
YUV 110.25 145.92 181.32 -
System Red Green Blue C M Y K H S L
Decimal 185 66 142 0 0.64 0.23 0.27 321.68 0.47 0.49
Hex B9 42 8E 0 40 17 1B 142 2F 31
Octal 271 102 216 0 100 27 33 502 57 61
Binary 10111001 1000010 10001110 0 1000000 10111 11011 101000010 101111 110001

Color Harmonies of #B9428E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9428E

Black with #B9428E

Text Example


Text Example

White with #B9428E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9428E; }

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

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

background-color css

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

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

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

border-color css

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

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

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