Html Css Color HEX #B4518A Mulberry

📋 copy color: '#B4518A'

red 180 ◦ green 81 ◦ blue 138

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

Shades of Mulberry #B4518A

Tints of Mulberry #B4518A

RGB

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

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

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

R = 45.11%
G = 20.3%
B = 34.59%

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

#B4518A (or 0xB4518A) is known color: Mulberry. HEX triplet: B4, 51 and 8A. RGB value is (180,81,138). Sum of RGB (Red+Green+Blue) = 180+81+138=399 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.11% from 399); Green value is 81 (32.03% from 255 or 20.30% from 399); Blue value is 138 (54.30% from 255 or 34.59% from 399); Max value from RGB is 180 - color contains mainly: red. Hex color #B4518A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4518A is #4BAE75. Grayscale: #747474. Windows color (decimal): -4959862 or 9064884. OLE color: 9064884.

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

Color convert

RGB 180 81 138 -
CMYK 0 0.55 0.23 0.29
HSL 325.45º 0.4% 0.51% -
HSV(B) 325.45º 0.55% 0.71% -
XYZ 26.35 17.42 26.02 -
YUV 117.1 139.8 172.87 -
System Red Green Blue C M Y K H S L
Decimal 180 81 138 0 0.55 0.23 0.29 325.45 0.4 0.51
Hex B4 51 8A 0 37 17 1D 145 28 33
Octal 264 121 212 0 67 27 35 505 50 63
Binary 10110100 1010001 10001010 0 110111 10111 11101 101000101 101000 110011

Color Harmonies of #B4518A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4518A

Black with #B4518A

Text Example


Text Example

White with #B4518A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4518A; }

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

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

background-color css

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

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

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

border-color css

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

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

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