Html Css Color HEX #B55586 Mulberry

📋 copy color: '#B55586'

red 181 ◦ green 85 ◦ blue 134

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

Shades of Mulberry #B55586

Tints of Mulberry #B55586

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.25%

 BLUE value IS 134 (52.73% from 255) = 33.5%

R = 45.25%
G = 21.25%
B = 33.5%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.26

 K value IS 0.29

RGB Variations

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

Color information

#B55586 (or 0xB55586) is known color: Mulberry. HEX triplet: B5, 55 and 86. RGB value is (181,85,134). Sum of RGB (Red+Green+Blue) = 181+85+134=400 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.25% from 400); Green value is 85 (33.59% from 255 or 21.25% from 400); Blue value is 134 (52.73% from 255 or 33.5% from 400); Max value from RGB is 181 - color contains mainly: red. Hex color #B55586 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55586 is #4AAA79. Grayscale: #777777. Windows color (decimal): -4893306 or 8803765. OLE color: 8803765.

HSL color Cylindrical-coordinate representation of color #B55586: hue angle of 329.38º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B55586 is Cyan = 0, Magento = 0.53, Yellow = 0.26 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 85 134 -
CMYK 0 0.53 0.26 0.29
HSL 329.38º 0.39% 0.52% -
HSV(B) 329.38º 0.53% 0.71% -
XYZ 26.61 18.04 24.63 -
YUV 119.29 136.3 172.02 -
System Red Green Blue C M Y K H S L
Decimal 181 85 134 0 0.53 0.26 0.29 329.38 0.39 0.52
Hex B5 55 86 0 35 1A 1D 149 27 34
Octal 265 125 206 0 65 32 35 511 47 64
Binary 10110101 1010101 10000110 0 110101 11010 11101 101001001 100111 110100

Color Harmonies of #B55586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55586

Black with #B55586

Text Example


Text Example

White with #B55586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55586; }

 p { color: rgb(181,85,134); }

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

background-color css

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

 a { background-color: rgb(181,85,134); }

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

border-color css

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

 span { border-color: rgb(181,85,134); }

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