Html Css Color HEX #B5518B Mulberry

📋 copy color: '#B5518B'

red 181 ◦ green 81 ◦ blue 139

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

Shades of Mulberry #B5518B

Tints of Mulberry #B5518B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 34.66%

R = 45.14%
G = 20.2%
B = 34.66%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#B5518B (or 0xB5518B) is known color: Mulberry. HEX triplet: B5, 51 and 8B. RGB value is (181,81,139). Sum of RGB (Red+Green+Blue) = 181+81+139=401 (53% of max value = 765). Red value is 181 (71.09% from 255 or 45.14% from 401); Green value is 81 (32.03% from 255 or 20.20% from 401); Blue value is 139 (54.69% from 255 or 34.66% from 401); Max value from RGB is 181 - color contains mainly: red. Hex color #B5518B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5518B is #4AAE74. Grayscale: #757575. Windows color (decimal): -4894325 or 9130421. OLE color: 9130421.

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

Color convert

RGB 181 81 139 -
CMYK 0 0.55 0.23 0.29
HSL 325.2º 0.4% 0.51% -
HSV(B) 325.2º 0.55% 0.71% -
XYZ 26.66 17.57 26.41 -
YUV 117.51 140.13 173.28 -
System Red Green Blue C M Y K H S L
Decimal 181 81 139 0 0.55 0.23 0.29 325.2 0.4 0.51
Hex B5 51 8B 0 37 17 1D 145 28 33
Octal 265 121 213 0 67 27 35 505 50 63
Binary 10110101 1010001 10001011 0 110111 10111 11101 101000101 101000 110011

Color Harmonies of #B5518B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5518B

Black with #B5518B

Text Example


Text Example

White with #B5518B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5518B; }

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

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

background-color css

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

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

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

border-color css

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

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

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