Html Css Color HEX #BB5089 Mulberry

📋 copy color: '#BB5089'

red 187 ◦ green 80 ◦ blue 137

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

Shades of Mulberry #BB5089

Tints of Mulberry #BB5089

RGB

 RED value IS 187 (73.44% from 255) = 46.29%

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

 BLUE value IS 137 (53.91% from 255) = 33.91%

R = 46.29%
G = 19.8%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.27

 K value IS 0.27

RGB Variations

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

Color information

#BB5089 (or 0xBB5089) is known color: Mulberry. HEX triplet: BB, 50 and 89. RGB value is (187,80,137). Sum of RGB (Red+Green+Blue) = 187+80+137=404 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.29% from 404); Green value is 80 (31.64% from 255 or 19.80% from 404); Blue value is 137 (53.91% from 255 or 33.91% from 404); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5089 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5089 is #44AF76. Grayscale: #767676. Windows color (decimal): -4501367 or 8999099. OLE color: 8999099.

HSL color Cylindrical-coordinate representation of color #BB5089: hue angle of 328.04º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BB5089 is Cyan = 0, Magento = 0.57, Yellow = 0.27 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 80 137 -
CMYK 0 0.57 0.27 0.27
HSL 328.04º 0.44% 0.52% -
HSV(B) 328.04º 0.57% 0.73% -
XYZ 27.88 18.11 25.69 -
YUV 118.49 138.45 176.87 -
System Red Green Blue C M Y K H S L
Decimal 187 80 137 0 0.57 0.27 0.27 328.04 0.44 0.52
Hex BB 50 89 0 39 1B 1B 148 2C 34
Octal 273 120 211 0 71 33 33 510 54 64
Binary 10111011 1010000 10001001 0 111001 11011 11011 101001000 101100 110100

Color Harmonies of #BB5089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5089

Black with #BB5089

Text Example


Text Example

White with #BB5089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5089; }

 p { color: rgb(187,80,137); }

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

background-color css

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

 a { background-color: rgb(187,80,137); }

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

border-color css

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

 span { border-color: rgb(187,80,137); }

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