Html Css Color HEX #B45C92 Mulberry

📋 copy color: '#B45C92'

red 180 ◦ green 92 ◦ blue 146

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

Shades of Mulberry #B45C92

Tints of Mulberry #B45C92

RGB

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

 GREEN value IS 92 (36.33% from 255) = 22.01%

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

R = 43.06%
G = 22.01%
B = 34.93%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.19

 K value IS 0.29

RGB Variations

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

Color information

#B45C92 (or 0xB45C92) is known color: Mulberry. HEX triplet: B4, 5C and 92. RGB value is (180,92,146). Sum of RGB (Red+Green+Blue) = 180+92+146=418 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.06% from 418); Green value is 92 (36.33% from 255 or 22.01% from 418); Blue value is 146 (57.42% from 255 or 34.93% from 418); Max value from RGB is 180 - color contains mainly: red. Hex color #B45C92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45C92 is #4BA36D. Grayscale: #7C7C7C. Windows color (decimal): -4957038 or 9591988. OLE color: 9591988.

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

Color convert

RGB 180 92 146 -
CMYK 0 0.49 0.19 0.29
HSL 323.18º 0.37% 0.53% -
HSV(B) 323.18º 0.49% 0.71% -
XYZ 27.84 19.43 29.48 -
YUV 124.47 140.15 167.61 -
System Red Green Blue C M Y K H S L
Decimal 180 92 146 0 0.49 0.19 0.29 323.18 0.37 0.53
Hex B4 5C 92 0 31 13 1D 143 25 35
Octal 264 134 222 0 61 23 35 503 45 65
Binary 10110100 1011100 10010010 0 110001 10011 11101 101000011 100101 110101

Color Harmonies of #B45C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45C92

Black with #B45C92

Text Example


Text Example

White with #B45C92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45C92; }

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

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

background-color css

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

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

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

border-color css

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

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

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