Html Css Color HEX #B9569F Mulberry

📋 copy color: '#B9569F'

red 185 ◦ green 86 ◦ blue 159

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

Shades of Mulberry #B9569F

Tints of Mulberry #B9569F

RGB

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

 GREEN value IS 86 (33.98% from 255) = 20%

 BLUE value IS 159 (62.5% from 255) = 36.98%

R = 43.02%
G = 20%
B = 36.98%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.14

 K value IS 0.27

RGB Variations

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

Color information

#B9569F (or 0xB9569F) is known color: Mulberry. HEX triplet: B9, 56 and 9F. RGB value is (185,86,159). Sum of RGB (Red+Green+Blue) = 185+86+159=430 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.02% from 430); Green value is 86 (33.98% from 255 or 20% from 430); Blue value is 159 (62.5% from 255 or 36.98% from 430); Max value from RGB is 185 - color contains mainly: red. Hex color #B9569F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9569F is #46A960. Grayscale: #7B7B7B. Windows color (decimal): -4630881 or 10442425. OLE color: 10442425.

HSL color Cylindrical-coordinate representation of color #B9569F: hue angle of 315.76º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B9569F is Cyan = 0, Magento = 0.54, Yellow = 0.14 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 86 159 -
CMYK 0 0.54 0.14 0.27
HSL 315.76º 0.41% 0.53% -
HSV(B) 315.76º 0.54% 0.73% -
XYZ 29.59 19.47 35 -
YUV 123.92 147.8 171.56 -
System Red Green Blue C M Y K H S L
Decimal 185 86 159 0 0.54 0.14 0.27 315.76 0.41 0.53
Hex B9 56 9F 0 36 E 1B 13C 29 35
Octal 271 126 237 0 66 16 33 474 51 65
Binary 10111001 1010110 10011111 0 110110 1110 11011 100111100 101001 110101

Color Harmonies of #B9569F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9569F

Black with #B9569F

Text Example


Text Example

White with #B9569F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9569F; }

 p { color: rgb(185,86,159); }

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

background-color css

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

 a { background-color: rgb(185,86,159); }

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

border-color css

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

 span { border-color: rgb(185,86,159); }

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