Html Css Color HEX #B45992 Mulberry

📋 copy color: '#B45992'

red 180 ◦ green 89 ◦ blue 146

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

Shades of Mulberry #B45992

Tints of Mulberry #B45992

RGB

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

 GREEN value IS 89 (35.16% from 255) = 21.45%

 BLUE value IS 146 (57.42% from 255) = 35.18%

R = 43.37%
G = 21.45%
B = 35.18%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.19

 K value IS 0.29

RGB Variations

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

Color information

#B45992 (or 0xB45992) is known color: Mulberry. HEX triplet: B4, 59 and 92. RGB value is (180,89,146). Sum of RGB (Red+Green+Blue) = 180+89+146=415 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.37% from 415); Green value is 89 (35.16% from 255 or 21.45% from 415); Blue value is 146 (57.42% from 255 or 35.18% from 415); Max value from RGB is 180 - color contains mainly: red. Hex color #B45992 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45992 is #4BA66D. Grayscale: #7A7A7A. Windows color (decimal): -4957806 or 9591220. OLE color: 9591220.

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

Color convert

RGB 180 89 146 -
CMYK 0 0.51 0.19 0.29
HSL 322.42º 0.38% 0.53% -
HSV(B) 322.42º 0.51% 0.71% -
XYZ 27.58 18.92 29.39 -
YUV 122.71 141.15 168.87 -
System Red Green Blue C M Y K H S L
Decimal 180 89 146 0 0.51 0.19 0.29 322.42 0.38 0.53
Hex B4 59 92 0 33 13 1D 142 26 35
Octal 264 131 222 0 63 23 35 502 46 65
Binary 10110100 1011001 10010010 0 110011 10011 11101 101000010 100110 110101

Color Harmonies of #B45992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45992

Black with #B45992

Text Example


Text Example

White with #B45992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45992; }

 p { color: rgb(180,89,146); }

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

background-color css

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

 a { background-color: rgb(180,89,146); }

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

border-color css

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

 span { border-color: rgb(180,89,146); }

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