Html Css Color HEX #B45D90 Mulberry

📋 copy color: '#B45D90'

red 180 ◦ green 93 ◦ blue 144

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

Shades of Mulberry #B45D90

Tints of Mulberry #B45D90

RGB

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

 GREEN value IS 93 (36.72% from 255) = 22.3%

 BLUE value IS 144 (56.64% from 255) = 34.53%

R = 43.17%
G = 22.3%
B = 34.53%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.2

 K value IS 0.29

RGB Variations

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

Color information

#B45D90 (or 0xB45D90) is known color: Mulberry. HEX triplet: B4, 5D and 90. RGB value is (180,93,144). Sum of RGB (Red+Green+Blue) = 180+93+144=417 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.17% from 417); Green value is 93 (36.72% from 255 or 22.30% from 417); Blue value is 144 (56.64% from 255 or 34.53% from 417); Max value from RGB is 180 - color contains mainly: red. Hex color #B45D90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45D90 is #4BA26F. Grayscale: #7C7C7C. Windows color (decimal): -4956784 or 9461172. OLE color: 9461172.

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

Color convert

RGB 180 93 144 -
CMYK 0 0.48 0.2 0.29
HSL 324.83º 0.37% 0.54% -
HSV(B) 324.83º 0.48% 0.71% -
XYZ 27.77 19.55 28.69 -
YUV 124.83 138.82 167.35 -
System Red Green Blue C M Y K H S L
Decimal 180 93 144 0 0.48 0.2 0.29 324.83 0.37 0.54
Hex B4 5D 90 0 30 14 1D 145 25 36
Octal 264 135 220 0 60 24 35 505 45 66
Binary 10110100 1011101 10010000 0 110000 10100 11101 101000101 100101 110110

Color Harmonies of #B45D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45D90

Black with #B45D90

Text Example


Text Example

White with #B45D90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45D90; }

 p { color: rgb(180,93,144); }

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

background-color css

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

 a { background-color: rgb(180,93,144); }

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

border-color css

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

 span { border-color: rgb(180,93,144); }

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