Html Css Color HEX #B9568C Mulberry

📋 copy color: '#B9568C'

red 185 ◦ green 86 ◦ blue 140

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

Shades of Mulberry #B9568C

Tints of Mulberry #B9568C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 34.06%

R = 45.01%
G = 20.92%
B = 34.06%

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

#B9568C (or 0xB9568C) is known color: Mulberry. HEX triplet: B9, 56 and 8C. RGB value is (185,86,140). Sum of RGB (Red+Green+Blue) = 185+86+140=411 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.01% from 411); Green value is 86 (33.98% from 255 or 20.92% from 411); Blue value is 140 (55.08% from 255 or 34.06% from 411); Max value from RGB is 185 - color contains mainly: red. Hex color #B9568C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9568C is #46A973. Grayscale: #797979. Windows color (decimal): -4630900 or 9197241. OLE color: 9197241.

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

Color convert

RGB 185 86 140 -
CMYK 0 0.54 0.24 0.27
HSL 327.27º 0.41% 0.53% -
HSV(B) 327.27º 0.54% 0.73% -
XYZ 28.07 18.86 26.97 -
YUV 121.76 138.3 173.11 -
System Red Green Blue C M Y K H S L
Decimal 185 86 140 0 0.54 0.24 0.27 327.27 0.41 0.53
Hex B9 56 8C 0 36 18 1B 147 29 35
Octal 271 126 214 0 66 30 33 507 51 65
Binary 10111001 1010110 10001100 0 110110 11000 11011 101000111 101001 110101

Color Harmonies of #B9568C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9568C

Black with #B9568C

Text Example


Text Example

White with #B9568C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9568C; }

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

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

background-color css

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

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

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

border-color css

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

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

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