Html Css Color HEX #B45A99 Mulberry

📋 copy color: '#B45A99'

red 180 ◦ green 90 ◦ blue 153

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

Shades of Mulberry #B45A99

Tints of Mulberry #B45A99

RGB

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

 GREEN value IS 90 (35.55% from 255) = 21.28%

 BLUE value IS 153 (60.16% from 255) = 36.17%

R = 42.55%
G = 21.28%
B = 36.17%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.15

 K value IS 0.29

RGB Variations

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

Color information

#B45A99 (or 0xB45A99) is known color: Mulberry. HEX triplet: B4, 5A and 99. RGB value is (180,90,153). Sum of RGB (Red+Green+Blue) = 180+90+153=423 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.55% from 423); Green value is 90 (35.55% from 255 or 21.28% from 423); Blue value is 153 (60.16% from 255 or 36.17% from 423); Max value from RGB is 180 - color contains mainly: red. Hex color #B45A99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45A99 is #4BA566. Grayscale: #7B7B7B. Windows color (decimal): -4957543 or 10050228. OLE color: 10050228.

HSL color Cylindrical-coordinate representation of color #B45A99: hue angle of 318º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B45A99 is Cyan = 0, Magento = 0.50, Yellow = 0.15 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 90 153 -
CMYK 0 0.50 0.15 0.29
HSL 318º 0.38% 0.53% -
HSV(B) 318º 0.5% 0.71% -
XYZ 28.23 19.32 32.38 -
YUV 124.09 144.32 167.88 -
System Red Green Blue C M Y K H S L
Decimal 180 90 153 0 0.50 0.15 0.29 318 0.38 0.53
Hex B4 5A 99 0 32 F 1D 13E 26 35
Octal 264 132 231 0 62 17 35 476 46 65
Binary 10110100 1011010 10011001 0 110010 1111 11101 100111110 100110 110101

Color Harmonies of #B45A99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45A99

Black with #B45A99

Text Example


Text Example

White with #B45A99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45A99; }

 p { color: rgb(180,90,153); }

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

background-color css

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

 a { background-color: rgb(180,90,153); }

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

border-color css

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

 span { border-color: rgb(180,90,153); }

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