Html Css Color HEX #B56290 Mulberry

📋 copy color: '#B56290'

red 181 ◦ green 98 ◦ blue 144

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

Shades of Mulberry #B56290

Tints of Mulberry #B56290

RGB

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

 GREEN value IS 98 (38.67% from 255) = 23.17%

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

R = 42.79%
G = 23.17%
B = 34.04%

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

#B56290 (or 0xB56290) is known color: Mulberry. HEX triplet: B5, 62 and 90. RGB value is (181,98,144). Sum of RGB (Red+Green+Blue) = 181+98+144=423 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.79% from 423); Green value is 98 (38.67% from 255 or 23.17% from 423); Blue value is 144 (56.64% from 255 or 34.04% from 423); Max value from RGB is 181 - color contains mainly: red. Hex color #B56290 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56290 is #4A9D6F. Grayscale: #7F7F7F. Windows color (decimal): -4889968 or 9462453. OLE color: 9462453.

HSL color Cylindrical-coordinate representation of color #B56290: hue angle of 326.75º 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 #B56290 is Cyan = 0, Magento = 0.46, Yellow = 0.20 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 98 144 -
CMYK 0 0.46 0.20 0.29
HSL 326.75º 0.36% 0.55% -
HSV(B) 326.75º 0.46% 0.71% -
XYZ 28.46 20.57 28.86 -
YUV 128.06 137 165.76 -
System Red Green Blue C M Y K H S L
Decimal 181 98 144 0 0.46 0.20 0.29 326.75 0.36 0.55
Hex B5 62 90 0 2E 14 1D 147 24 37
Octal 265 142 220 0 56 24 35 507 44 67
Binary 10110101 1100010 10010000 0 101110 10100 11101 101000111 100100 110111

Color Harmonies of #B56290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56290

Black with #B56290

Text Example


Text Example

White with #B56290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56290; }

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

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

background-color css

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

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

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

border-color css

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

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

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