Html Css Color HEX #B45091 Mulberry

📋 copy color: '#B45091'

red 180 ◦ green 80 ◦ blue 145

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

Shades of Mulberry #B45091

Tints of Mulberry #B45091

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.75%

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

R = 44.44%
G = 19.75%
B = 35.8%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.19

 K value IS 0.29

RGB Variations

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

Color information

#B45091 (or 0xB45091) is known color: Mulberry. HEX triplet: B4, 50 and 91. RGB value is (180,80,145). Sum of RGB (Red+Green+Blue) = 180+80+145=405 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.44% from 405); Green value is 80 (31.64% from 255 or 19.75% from 405); Blue value is 145 (57.03% from 255 or 35.80% from 405); Max value from RGB is 180 - color contains mainly: red. Hex color #B45091 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45091 is #4BAF6E. Grayscale: #757575. Windows color (decimal): -4960111 or 9523380. OLE color: 9523380.

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

Color convert

RGB 180 80 145 -
CMYK 0 0.56 0.19 0.29
HSL 321º 0.4% 0.51% -
HSV(B) 321º 0.56% 0.71% -
XYZ 26.8 17.48 28.75 -
YUV 117.31 143.63 172.71 -
System Red Green Blue C M Y K H S L
Decimal 180 80 145 0 0.56 0.19 0.29 321 0.4 0.51
Hex B4 50 91 0 38 13 1D 141 28 33
Octal 264 120 221 0 70 23 35 501 50 63
Binary 10110100 1010000 10010001 0 111000 10011 11101 101000001 101000 110011

Color Harmonies of #B45091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45091

Black with #B45091

Text Example


Text Example

White with #B45091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45091; }

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

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

background-color css

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

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

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

border-color css

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

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

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