Html Css Color HEX #B9568D Mulberry

📋 copy color: '#B9568D'

red 185 ◦ green 86 ◦ blue 141

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

Shades of Mulberry #B9568D

Tints of Mulberry #B9568D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 34.22%

R = 44.9%
G = 20.87%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#B9568D (or 0xB9568D) is known color: Mulberry. HEX triplet: B9, 56 and 8D. RGB value is (185,86,141). Sum of RGB (Red+Green+Blue) = 185+86+141=412 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.90% from 412); Green value is 86 (33.98% from 255 or 20.87% from 412); Blue value is 141 (55.47% from 255 or 34.22% from 412); Max value from RGB is 185 - color contains mainly: red. Hex color #B9568D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9568D is #46A972. Grayscale: #797979. Windows color (decimal): -4630899 or 9262777. OLE color: 9262777.

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

Color convert

RGB 185 86 141 -
CMYK 0 0.54 0.24 0.27
HSL 326.67º 0.41% 0.53% -
HSV(B) 326.67º 0.54% 0.73% -
XYZ 28.14 18.89 27.36 -
YUV 121.87 138.8 173.03 -
System Red Green Blue C M Y K H S L
Decimal 185 86 141 0 0.54 0.24 0.27 326.67 0.41 0.53
Hex B9 56 8D 0 36 18 1B 147 29 35
Octal 271 126 215 0 66 30 33 507 51 65
Binary 10111001 1010110 10001101 0 110110 11000 11011 101000111 101001 110101

Color Harmonies of #B9568D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9568D

Black with #B9568D

Text Example


Text Example

White with #B9568D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9568D; }

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

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

background-color css

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

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

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

border-color css

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

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

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