Html Css Color HEX #B9429E Mulberry

📋 copy color: '#B9429E'

red 185 ◦ green 66 ◦ blue 158

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

Shades of Mulberry #B9429E

Tints of Mulberry #B9429E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 38.63%

R = 45.23%
G = 16.14%
B = 38.63%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#B9429E (or 0xB9429E) is known color: Mulberry. HEX triplet: B9, 42 and 9E. RGB value is (185,66,158). Sum of RGB (Red+Green+Blue) = 185+66+158=409 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.23% from 409); Green value is 66 (26.17% from 255 or 16.14% from 409); Blue value is 158 (62.11% from 255 or 38.63% from 409); Max value from RGB is 185 - color contains mainly: red. Hex color #B9429E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B9429E is #46BD61. Grayscale: #6F6F6F. Windows color (decimal): -4636002 or 10371769. OLE color: 10371769.

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

Color convert

RGB 185 66 158 -
CMYK 0 0.64 0.15 0.27
HSL 313.61º 0.47% 0.49% -
HSV(B) 313.61º 0.64% 0.73% -
XYZ 28.13 16.68 34.08 -
YUV 112.07 153.92 180.02 -
System Red Green Blue C M Y K H S L
Decimal 185 66 158 0 0.64 0.15 0.27 313.61 0.47 0.49
Hex B9 42 9E 0 40 F 1B 13A 2F 31
Octal 271 102 236 0 100 17 33 472 57 61
Binary 10111001 1000010 10011110 0 1000000 1111 11011 100111010 101111 110001

Color Harmonies of #B9429E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9429E

Black with #B9429E

Text Example


Text Example

White with #B9429E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9429E; }

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

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

background-color css

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

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

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

border-color css

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

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

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