Html Css Color HEX #B55685 Mulberry

📋 copy color: '#B55685'

red 181 ◦ green 86 ◦ blue 133

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

Shades of Mulberry #B55685

Tints of Mulberry #B55685

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 33.25%

R = 45.25%
G = 21.5%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.27

 K value IS 0.29

RGB Variations

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

Color information

#B55685 (or 0xB55685) is known color: Mulberry. HEX triplet: B5, 56 and 85. RGB value is (181,86,133). Sum of RGB (Red+Green+Blue) = 181+86+133=400 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.25% from 400); Green value is 86 (33.98% from 255 or 21.5% from 400); Blue value is 133 (52.34% from 255 or 33.25% from 400); Max value from RGB is 181 - color contains mainly: red. Hex color #B55685 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55685 is #4AA97A. Grayscale: #777777. Windows color (decimal): -4893051 or 8738485. OLE color: 8738485.

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

Color convert

RGB 181 86 133 -
CMYK 0 0.52 0.27 0.29
HSL 330.32º 0.39% 0.52% -
HSV(B) 330.32º 0.52% 0.71% -
XYZ 26.62 18.17 24.3 -
YUV 119.76 135.47 171.68 -
System Red Green Blue C M Y K H S L
Decimal 181 86 133 0 0.52 0.27 0.29 330.32 0.39 0.52
Hex B5 56 85 0 34 1B 1D 14A 27 34
Octal 265 126 205 0 64 33 35 512 47 64
Binary 10110101 1010110 10000101 0 110100 11011 11101 101001010 100111 110100

Color Harmonies of #B55685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55685

Black with #B55685

Text Example


Text Example

White with #B55685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55685; }

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

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

background-color css

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

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

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

border-color css

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

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

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