Html Css Color HEX #B45392 Mulberry

📋 copy color: '#B45392'

red 180 ◦ green 83 ◦ blue 146

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

Shades of Mulberry #B45392

Tints of Mulberry #B45392

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20.29%

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

R = 44.01%
G = 20.29%
B = 35.7%

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

#B45392 (or 0xB45392) is known color: Mulberry. HEX triplet: B4, 53 and 92. RGB value is (180,83,146). Sum of RGB (Red+Green+Blue) = 180+83+146=409 (54% of max value = 765). Red value is 180 (70.70% from 255 or 44.01% from 409); Green value is 83 (32.81% from 255 or 20.29% from 409); Blue value is 146 (57.42% from 255 or 35.70% from 409); Max value from RGB is 180 - color contains mainly: red. Hex color #B45392 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45392 is #4BAC6D. Grayscale: #777777. Windows color (decimal): -4959342 or 9589684. OLE color: 9589684.

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

Color convert

RGB 180 83 146 -
CMYK 0 0.54 0.19 0.29
HSL 321.03º 0.39% 0.52% -
HSV(B) 321.03º 0.54% 0.71% -
XYZ 27.1 17.97 29.23 -
YUV 119.19 143.14 171.38 -
System Red Green Blue C M Y K H S L
Decimal 180 83 146 0 0.54 0.19 0.29 321.03 0.39 0.52
Hex B4 53 92 0 36 13 1D 141 27 34
Octal 264 123 222 0 66 23 35 501 47 64
Binary 10110100 1010011 10010010 0 110110 10011 11101 101000001 100111 110100

Color Harmonies of #B45392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45392

Black with #B45392

Text Example


Text Example

White with #B45392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45392; }

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

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

background-color css

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

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

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

border-color css

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

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

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