Html Css Color HEX #B55686 Mulberry

📋 copy color: '#B55686'

red 181 ◦ green 86 ◦ blue 134

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

Shades of Mulberry #B55686

Tints of Mulberry #B55686

RGB

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

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

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

R = 45.14%
G = 21.45%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.26

 K value IS 0.29

RGB Variations

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

Color information

#B55686 (or 0xB55686) is known color: Mulberry. HEX triplet: B5, 56 and 86. RGB value is (181,86,134). Sum of RGB (Red+Green+Blue) = 181+86+134=401 (53% of max value = 765). Red value is 181 (71.09% from 255 or 45.14% from 401); Green value is 86 (33.98% from 255 or 21.45% from 401); Blue value is 134 (52.73% from 255 or 33.42% from 401); Max value from RGB is 181 - color contains mainly: red. Hex color #B55686 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55686 is #4AA979. Grayscale: #777777. Windows color (decimal): -4893050 or 8804021. OLE color: 8804021.

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

Color convert

RGB 181 86 134 -
CMYK 0 0.52 0.26 0.29
HSL 329.68º 0.39% 0.52% -
HSV(B) 329.68º 0.52% 0.71% -
XYZ 26.69 18.2 24.66 -
YUV 119.88 135.97 171.6 -
System Red Green Blue C M Y K H S L
Decimal 181 86 134 0 0.52 0.26 0.29 329.68 0.39 0.52
Hex B5 56 86 0 34 1A 1D 14A 27 34
Octal 265 126 206 0 64 32 35 512 47 64
Binary 10110101 1010110 10000110 0 110100 11010 11101 101001010 100111 110100

Color Harmonies of #B55686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55686

Black with #B55686

Text Example


Text Example

White with #B55686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55686; }

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

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

background-color css

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

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

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

border-color css

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

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

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