Html Css Color HEX #B9569B Mulberry

📋 copy color: '#B9569B'

red 185 ◦ green 86 ◦ blue 155

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

Shades of Mulberry #B9569B

Tints of Mulberry #B9569B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 36.38%

R = 43.43%
G = 20.19%
B = 36.38%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#B9569B (or 0xB9569B) is known color: Mulberry. HEX triplet: B9, 56 and 9B. RGB value is (185,86,155). Sum of RGB (Red+Green+Blue) = 185+86+155=426 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.43% from 426); Green value is 86 (33.98% from 255 or 20.19% from 426); Blue value is 155 (60.94% from 255 or 36.38% from 426); Max value from RGB is 185 - color contains mainly: red. Hex color #B9569B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9569B is #46A964. Grayscale: #7B7B7B. Windows color (decimal): -4630885 or 10180281. OLE color: 10180281.

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

Color convert

RGB 185 86 155 -
CMYK 0 0.54 0.16 0.27
HSL 318.18º 0.41% 0.53% -
HSV(B) 318.18º 0.54% 0.73% -
XYZ 29.25 19.34 33.2 -
YUV 123.47 145.8 171.89 -
System Red Green Blue C M Y K H S L
Decimal 185 86 155 0 0.54 0.16 0.27 318.18 0.41 0.53
Hex B9 56 9B 0 36 10 1B 13E 29 35
Octal 271 126 233 0 66 20 33 476 51 65
Binary 10111001 1010110 10011011 0 110110 10000 11011 100111110 101001 110101

Color Harmonies of #B9569B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9569B

Black with #B9569B

Text Example


Text Example

White with #B9569B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9569B; }

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

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

background-color css

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

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

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

border-color css

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

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

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