Html Css Color HEX #B9569C Mulberry

📋 copy color: '#B9569C'

red 185 ◦ green 86 ◦ blue 156

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

Shades of Mulberry #B9569C

Tints of Mulberry #B9569C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 36.53%

R = 43.33%
G = 20.14%
B = 36.53%

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

#B9569C (or 0xB9569C) is known color: Mulberry. HEX triplet: B9, 56 and 9C. RGB value is (185,86,156). Sum of RGB (Red+Green+Blue) = 185+86+156=427 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.33% from 427); Green value is 86 (33.98% from 255 or 20.14% from 427); Blue value is 156 (61.33% from 255 or 36.53% from 427); Max value from RGB is 185 - color contains mainly: red. Hex color #B9569C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9569C is #46A963. Grayscale: #7B7B7B. Windows color (decimal): -4630884 or 10245817. OLE color: 10245817.

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

Color convert

RGB 185 86 156 -
CMYK 0 0.54 0.16 0.27
HSL 317.58º 0.41% 0.53% -
HSV(B) 317.58º 0.54% 0.73% -
XYZ 29.34 19.37 33.65 -
YUV 123.58 146.3 171.81 -
System Red Green Blue C M Y K H S L
Decimal 185 86 156 0 0.54 0.16 0.27 317.58 0.41 0.53
Hex B9 56 9C 0 36 10 1B 13E 29 35
Octal 271 126 234 0 66 20 33 476 51 65
Binary 10111001 1010110 10011100 0 110110 10000 11011 100111110 101001 110101

Color Harmonies of #B9569C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9569C

Black with #B9569C

Text Example


Text Example

White with #B9569C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9569C; }

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

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

background-color css

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

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

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

border-color css

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

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

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