Html Css Color HEX #B5538B Mulberry

📋 copy color: '#B5538B'

red 181 ◦ green 83 ◦ blue 139

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

Shades of Mulberry #B5538B

Tints of Mulberry #B5538B

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20.6%

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

R = 44.91%
G = 20.6%
B = 34.49%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#B5538B (or 0xB5538B) is known color: Mulberry. HEX triplet: B5, 53 and 8B. RGB value is (181,83,139). Sum of RGB (Red+Green+Blue) = 181+83+139=403 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.91% from 403); Green value is 83 (32.81% from 255 or 20.60% from 403); Blue value is 139 (54.69% from 255 or 34.49% from 403); Max value from RGB is 181 - color contains mainly: red. Hex color #B5538B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5538B is #4AAC74. Grayscale: #767676. Windows color (decimal): -4893813 or 9130933. OLE color: 9130933.

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

Color convert

RGB 181 83 139 -
CMYK 0 0.54 0.23 0.29
HSL 325.71º 0.4% 0.52% -
HSV(B) 325.71º 0.54% 0.71% -
XYZ 26.81 17.87 26.46 -
YUV 118.69 139.47 172.45 -
System Red Green Blue C M Y K H S L
Decimal 181 83 139 0 0.54 0.23 0.29 325.71 0.4 0.52
Hex B5 53 8B 0 36 17 1D 146 28 34
Octal 265 123 213 0 66 27 35 506 50 64
Binary 10110101 1010011 10001011 0 110110 10111 11101 101000110 101000 110100

Color Harmonies of #B5538B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5538B

Black with #B5538B

Text Example


Text Example

White with #B5538B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5538B; }

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

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

background-color css

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

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

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

border-color css

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

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

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