Html Css Color HEX #B5498A Mulberry

📋 copy color: '#B5498A'

red 181 ◦ green 73 ◦ blue 138

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

Shades of Mulberry #B5498A

Tints of Mulberry #B5498A

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.62%

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

R = 46.17%
G = 18.62%
B = 35.2%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.24

 K value IS 0.29

RGB Variations

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

Color information

#B5498A (or 0xB5498A) is known color: Mulberry. HEX triplet: B5, 49 and 8A. RGB value is (181,73,138). Sum of RGB (Red+Green+Blue) = 181+73+138=392 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.17% from 392); Green value is 73 (28.91% from 255 or 18.62% from 392); Blue value is 138 (54.30% from 255 or 35.20% from 392); Max value from RGB is 181 - color contains mainly: red. Hex color #B5498A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5498A is #4AB675. Grayscale: #707070. Windows color (decimal): -4896374 or 9062837. OLE color: 9062837.

HSL color Cylindrical-coordinate representation of color #B5498A: hue angle of 323.89º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B5498A is Cyan = 0, Magento = 0.60, Yellow = 0.24 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 73 138 -
CMYK 0 0.60 0.24 0.29
HSL 323.89º 0.43% 0.5% -
HSV(B) 323.89º 0.6% 0.71% -
XYZ 26.03 16.42 25.84 -
YUV 112.7 142.28 176.71 -
System Red Green Blue C M Y K H S L
Decimal 181 73 138 0 0.60 0.24 0.29 323.89 0.43 0.5
Hex B5 49 8A 0 3C 18 1D 144 2B 32
Octal 265 111 212 0 74 30 35 504 53 62
Binary 10110101 1001001 10001010 0 111100 11000 11101 101000100 101011 110010

Color Harmonies of #B5498A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5498A

Black with #B5498A

Text Example


Text Example

White with #B5498A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5498A; }

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

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

background-color css

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

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

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

border-color css

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

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

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