Html Css Color HEX #B9568B Mulberry

📋 copy color: '#B9568B'

red 185 ◦ green 86 ◦ blue 139

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

Shades of Mulberry #B9568B

Tints of Mulberry #B9568B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 33.9%

R = 45.12%
G = 20.98%
B = 33.9%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#B9568B (or 0xB9568B) is known color: Mulberry. HEX triplet: B9, 56 and 8B. RGB value is (185,86,139). Sum of RGB (Red+Green+Blue) = 185+86+139=410 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.12% from 410); Green value is 86 (33.98% from 255 or 20.98% from 410); Blue value is 139 (54.69% from 255 or 33.90% from 410); Max value from RGB is 185 - color contains mainly: red. Hex color #B9568B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9568B is #46A974. Grayscale: #797979. Windows color (decimal): -4630901 or 9131705. OLE color: 9131705.

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

Color convert

RGB 185 86 139 -
CMYK 0 0.54 0.25 0.27
HSL 327.88º 0.41% 0.53% -
HSV(B) 327.88º 0.54% 0.73% -
XYZ 28 18.83 26.59 -
YUV 121.64 137.8 173.19 -
System Red Green Blue C M Y K H S L
Decimal 185 86 139 0 0.54 0.25 0.27 327.88 0.41 0.53
Hex B9 56 8B 0 36 19 1B 148 29 35
Octal 271 126 213 0 66 31 33 510 51 65
Binary 10111001 1010110 10001011 0 110110 11001 11011 101001000 101001 110101

Color Harmonies of #B9568B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9568B

Black with #B9568B

Text Example


Text Example

White with #B9568B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9568B; }

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

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

background-color css

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

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

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

border-color css

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

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

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