Html Css Color HEX #B4518B Mulberry

📋 copy color: '#B4518B'

red 180 ◦ green 81 ◦ blue 139

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

Shades of Mulberry #B4518B

Tints of Mulberry #B4518B

RGB

 RED value IS 180 (70.7% from 255) = 45%

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

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

R = 45%
G = 20.25%
B = 34.75%

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

#B4518B (or 0xB4518B) is known color: Mulberry. HEX triplet: B4, 51 and 8B. RGB value is (180,81,139). Sum of RGB (Red+Green+Blue) = 180+81+139=400 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45% from 400); Green value is 81 (32.03% from 255 or 20.25% from 400); Blue value is 139 (54.69% from 255 or 34.75% from 400); Max value from RGB is 180 - color contains mainly: red. Hex color #B4518B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4518B is #4BAE74. Grayscale: #757575. Windows color (decimal): -4959861 or 9130420. OLE color: 9130420.

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

Color convert

RGB 180 81 139 -
CMYK 0 0.55 0.23 0.29
HSL 324.85º 0.4% 0.51% -
HSV(B) 324.85º 0.55% 0.71% -
XYZ 26.43 17.45 26.4 -
YUV 117.21 140.3 172.78 -
System Red Green Blue C M Y K H S L
Decimal 180 81 139 0 0.55 0.23 0.29 324.85 0.4 0.51
Hex B4 51 8B 0 37 17 1D 145 28 33
Octal 264 121 213 0 67 27 35 505 50 63
Binary 10110100 1010001 10001011 0 110111 10111 11101 101000101 101000 110011

Color Harmonies of #B4518B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4518B

Black with #B4518B

Text Example


Text Example

White with #B4518B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4518B; }

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

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

background-color css

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

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

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

border-color css

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

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

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