Html Css Color HEX #BB5A84 Mulberry

📋 copy color: '#BB5A84'

red 187 ◦ green 90 ◦ blue 132

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

Shades of Mulberry #BB5A84

Tints of Mulberry #BB5A84

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22%

 BLUE value IS 132 (51.95% from 255) = 32.27%

R = 45.72%
G = 22%
B = 32.27%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.29

 K value IS 0.27

RGB Variations

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

Color information

#BB5A84 (or 0xBB5A84) is known color: Mulberry. HEX triplet: BB, 5A and 84. RGB value is (187,90,132). Sum of RGB (Red+Green+Blue) = 187+90+132=409 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.72% from 409); Green value is 90 (35.55% from 255 or 22.00% from 409); Blue value is 132 (51.95% from 255 or 32.27% from 409); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5A84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5A84 is #44A57B. Grayscale: #7B7B7B. Windows color (decimal): -4498812 or 8673979. OLE color: 8673979.

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

Color convert

RGB 187 90 132 -
CMYK 0 0.52 0.29 0.27
HSL 334.02º 0.42% 0.54% -
HSV(B) 334.02º 0.52% 0.73% -
XYZ 28.31 19.54 24.11 -
YUV 123.79 132.64 173.08 -
System Red Green Blue C M Y K H S L
Decimal 187 90 132 0 0.52 0.29 0.27 334.02 0.42 0.54
Hex BB 5A 84 0 34 1D 1B 14E 2A 36
Octal 273 132 204 0 64 35 33 516 52 66
Binary 10111011 1011010 10000100 0 110100 11101 11011 101001110 101010 110110

Color Harmonies of #BB5A84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5A84

Black with #BB5A84

Text Example


Text Example

White with #BB5A84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5A84; }

 p { color: rgb(187,90,132); }

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

background-color css

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

 a { background-color: rgb(187,90,132); }

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

border-color css

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

 span { border-color: rgb(187,90,132); }

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