Html Css Color HEX #B45291 Mulberry

📋 copy color: '#B45291'

red 180 ◦ green 82 ◦ blue 145

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

Shades of Mulberry #B45291

Tints of Mulberry #B45291

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 35.63%

R = 44.23%
G = 20.15%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.19

 K value IS 0.29

RGB Variations

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

Color information

#B45291 (or 0xB45291) is known color: Mulberry. HEX triplet: B4, 52 and 91. RGB value is (180,82,145). Sum of RGB (Red+Green+Blue) = 180+82+145=407 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.23% from 407); Green value is 82 (32.42% from 255 or 20.15% from 407); Blue value is 145 (57.03% from 255 or 35.63% from 407); Max value from RGB is 180 - color contains mainly: red. Hex color #B45291 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45291 is #4BAD6E. Grayscale: #767676. Windows color (decimal): -4959599 or 9523892. OLE color: 9523892.

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

Color convert

RGB 180 82 145 -
CMYK 0 0.54 0.19 0.29
HSL 321.43º 0.4% 0.51% -
HSV(B) 321.43º 0.54% 0.71% -
XYZ 26.95 17.78 28.8 -
YUV 118.48 142.97 171.88 -
System Red Green Blue C M Y K H S L
Decimal 180 82 145 0 0.54 0.19 0.29 321.43 0.4 0.51
Hex B4 52 91 0 36 13 1D 141 28 33
Octal 264 122 221 0 66 23 35 501 50 63
Binary 10110100 1010010 10010001 0 110110 10011 11101 101000001 101000 110011

Color Harmonies of #B45291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45291

Black with #B45291

Text Example


Text Example

White with #B45291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45291; }

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

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

background-color css

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

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

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

border-color css

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

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

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