Html Css Color HEX #B56190 Mulberry

📋 copy color: '#B56190'

red 181 ◦ green 97 ◦ blue 144

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

Shades of Mulberry #B56190

Tints of Mulberry #B56190

RGB

 RED value IS 181 (71.09% from 255) = 42.89%

 GREEN value IS 97 (38.28% from 255) = 22.99%

 BLUE value IS 144 (56.64% from 255) = 34.12%

R = 42.89%
G = 22.99%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.20

 K value IS 0.29

RGB Variations

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

Color information

#B56190 (or 0xB56190) is known color: Mulberry. HEX triplet: B5, 61 and 90. RGB value is (181,97,144). Sum of RGB (Red+Green+Blue) = 181+97+144=422 (55% of max value = 765). Red value is 181 (71.09% from 255 or 42.89% from 422); Green value is 97 (38.28% from 255 or 22.99% from 422); Blue value is 144 (56.64% from 255 or 34.12% from 422); Max value from RGB is 181 - color contains mainly: red. Hex color #B56190 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56190 is #4A9E6F. Grayscale: #7F7F7F. Windows color (decimal): -4890224 or 9462197. OLE color: 9462197.

HSL color Cylindrical-coordinate representation of color #B56190: hue angle of 326.43º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B56190 is Cyan = 0, Magento = 0.46, Yellow = 0.20 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 97 144 -
CMYK 0 0.46 0.20 0.29
HSL 326.43º 0.36% 0.55% -
HSV(B) 326.43º 0.46% 0.71% -
XYZ 28.36 20.39 28.83 -
YUV 127.47 137.33 166.18 -
System Red Green Blue C M Y K H S L
Decimal 181 97 144 0 0.46 0.20 0.29 326.43 0.36 0.55
Hex B5 61 90 0 2E 14 1D 146 24 37
Octal 265 141 220 0 56 24 35 506 44 67
Binary 10110101 1100001 10010000 0 101110 10100 11101 101000110 100100 110111

Color Harmonies of #B56190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56190

Black with #B56190

Text Example


Text Example

White with #B56190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56190; }

 p { color: rgb(181,97,144); }

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

background-color css

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

 a { background-color: rgb(181,97,144); }

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

border-color css

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

 span { border-color: rgb(181,97,144); }

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