Html Css Color HEX #B45290 Mulberry

📋 copy color: '#B45290'

red 180 ◦ green 82 ◦ blue 144

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

Shades of Mulberry #B45290

Tints of Mulberry #B45290

RGB

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

 GREEN value IS 82 (32.42% from 255) = 20.2%

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

R = 44.33%
G = 20.2%
B = 35.47%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.2

 K value IS 0.29

RGB Variations

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

Color information

#B45290 (or 0xB45290) is known color: Mulberry. HEX triplet: B4, 52 and 90. RGB value is (180,82,144). Sum of RGB (Red+Green+Blue) = 180+82+144=406 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.33% from 406); Green value is 82 (32.42% from 255 or 20.20% from 406); Blue value is 144 (56.64% from 255 or 35.47% from 406); Max value from RGB is 180 - color contains mainly: red. Hex color #B45290 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45290 is #4BAD6F. Grayscale: #767676. Windows color (decimal): -4959600 or 9458356. OLE color: 9458356.

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

Color convert

RGB 180 82 144 -
CMYK 0 0.54 0.2 0.29
HSL 322.04º 0.4% 0.51% -
HSV(B) 322.04º 0.54% 0.71% -
XYZ 26.87 17.75 28.4 -
YUV 118.37 142.47 171.96 -
System Red Green Blue C M Y K H S L
Decimal 180 82 144 0 0.54 0.2 0.29 322.04 0.4 0.51
Hex B4 52 90 0 36 14 1D 142 28 33
Octal 264 122 220 0 66 24 35 502 50 63
Binary 10110100 1010010 10010000 0 110110 10100 11101 101000010 101000 110011

Color Harmonies of #B45290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45290

Black with #B45290

Text Example


Text Example

White with #B45290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45290; }

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

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

background-color css

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

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

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

border-color css

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

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

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