Html Css Color HEX #B45591 Mulberry

📋 copy color: '#B45591'

red 180 ◦ green 85 ◦ blue 145

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

Shades of Mulberry #B45591

Tints of Mulberry #B45591

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20.73%

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

R = 43.9%
G = 20.73%
B = 35.37%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.19

 K value IS 0.29

RGB Variations

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

Color information

#B45591 (or 0xB45591) is known color: Mulberry. HEX triplet: B4, 55 and 91. RGB value is (180,85,145). Sum of RGB (Red+Green+Blue) = 180+85+145=410 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.90% from 410); Green value is 85 (33.59% from 255 or 20.73% from 410); Blue value is 145 (57.03% from 255 or 35.37% from 410); Max value from RGB is 180 - color contains mainly: red. Hex color #B45591 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45591 is #4BAA6E. Grayscale: #787878. Windows color (decimal): -4958831 or 9524660. OLE color: 9524660.

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

Color convert

RGB 180 85 145 -
CMYK 0 0.53 0.19 0.29
HSL 322.11º 0.39% 0.52% -
HSV(B) 322.11º 0.53% 0.71% -
XYZ 27.18 18.24 28.88 -
YUV 120.25 141.97 170.62 -
System Red Green Blue C M Y K H S L
Decimal 180 85 145 0 0.53 0.19 0.29 322.11 0.39 0.52
Hex B4 55 91 0 35 13 1D 142 27 34
Octal 264 125 221 0 65 23 35 502 47 64
Binary 10110100 1010101 10010001 0 110101 10011 11101 101000010 100111 110100

Color Harmonies of #B45591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45591

Black with #B45591

Text Example


Text Example

White with #B45591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45591; }

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

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

background-color css

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

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

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

border-color css

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

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

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