Html Css Color HEX #B5518A Mulberry

📋 copy color: '#B5518A'

red 181 ◦ green 81 ◦ blue 138

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

Shades of Mulberry #B5518A

Tints of Mulberry #B5518A

RGB

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

 GREEN value IS 81 (32.03% from 255) = 20.25%

 BLUE value IS 138 (54.3% from 255) = 34.5%

R = 45.25%
G = 20.25%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.24

 K value IS 0.29

RGB Variations

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

Color information

#B5518A (or 0xB5518A) is known color: Mulberry. HEX triplet: B5, 51 and 8A. RGB value is (181,81,138). Sum of RGB (Red+Green+Blue) = 181+81+138=400 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.25% from 400); Green value is 81 (32.03% from 255 or 20.25% from 400); Blue value is 138 (54.30% from 255 or 34.5% from 400); Max value from RGB is 181 - color contains mainly: red. Hex color #B5518A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5518A is #4AAE75. Grayscale: #757575. Windows color (decimal): -4894326 or 9064885. OLE color: 9064885.

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

Color convert

RGB 181 81 138 -
CMYK 0 0.55 0.24 0.29
HSL 325.8º 0.4% 0.51% -
HSV(B) 325.8º 0.55% 0.71% -
XYZ 26.59 17.54 26.03 -
YUV 117.4 139.63 173.37 -
System Red Green Blue C M Y K H S L
Decimal 181 81 138 0 0.55 0.24 0.29 325.8 0.4 0.51
Hex B5 51 8A 0 37 18 1D 146 28 33
Octal 265 121 212 0 67 30 35 506 50 63
Binary 10110101 1010001 10001010 0 110111 11000 11101 101000110 101000 110011

Color Harmonies of #B5518A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5518A

Black with #B5518A

Text Example


Text Example

White with #B5518A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5518A; }

 p { color: rgb(181,81,138); }

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

background-color css

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

 a { background-color: rgb(181,81,138); }

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

border-color css

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

 span { border-color: rgb(181,81,138); }

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