Html Css Color HEX #B9429A Mulberry

📋 copy color: '#B9429A'

red 185 ◦ green 66 ◦ blue 154

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

Shades of Mulberry #B9429A

Tints of Mulberry #B9429A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 38.02%

R = 45.68%
G = 16.3%
B = 38.02%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#B9429A (or 0xB9429A) is known color: Mulberry. HEX triplet: B9, 42 and 9A. RGB value is (185,66,154). Sum of RGB (Red+Green+Blue) = 185+66+154=405 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.68% from 405); Green value is 66 (26.17% from 255 or 16.30% from 405); Blue value is 154 (60.55% from 255 or 38.02% from 405); Max value from RGB is 185 - color contains mainly: red. Hex color #B9429A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B9429A is #46BD65. Grayscale: #6F6F6F. Windows color (decimal): -4636006 or 10109625. OLE color: 10109625.

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

Color convert

RGB 185 66 154 -
CMYK 0 0.64 0.17 0.27
HSL 315.63º 0.47% 0.49% -
HSV(B) 315.63º 0.64% 0.73% -
XYZ 27.79 16.54 32.3 -
YUV 111.61 151.92 180.34 -
System Red Green Blue C M Y K H S L
Decimal 185 66 154 0 0.64 0.17 0.27 315.63 0.47 0.49
Hex B9 42 9A 0 40 11 1B 13C 2F 31
Octal 271 102 232 0 100 21 33 474 57 61
Binary 10111001 1000010 10011010 0 1000000 10001 11011 100111100 101111 110001

Color Harmonies of #B9429A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9429A

Black with #B9429A

Text Example


Text Example

White with #B9429A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9429A; }

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

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

background-color css

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

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

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

border-color css

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

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

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