#BB5A92

Color #BB5A92 Mulberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mulberry #BB5A92

Tints of Mulberry #BB5A92

Color information

#BB5A92 (or 0xBB5A92) is unknown color: approx Mulberry. HEX triplet: BB, 5A and 92. RGB value is (187,90,146). Sum of RGB (Red+Green+Blue) = 187+90+146=423 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.21% from 423); Green value is 90 (35.55% from 255 or 21.28% from 423); Blue value is 146 (57.42% from 255 or 34.52% from 423); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5A92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5A92 is #44A56D. Grayscale: #7D7D7D. Windows color (decimal): -4498798 or 9591483. OLE color: 9591483.

HSL color Cylindrical-coordinate representation of color #BB5A92: hue angle of 325.36º 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 #BB5A92 is Cyan = 0, Magento = 0.52, Yellow = 0.22 and Black (K on CMYK) = 0.27.

Color convert

RGB18790146-
CMYK00.520.220.27
HSL325.36º41.63%54.31%-
HSV(B)325.36º51.87%73.33%-
XYZ29.3419.9529.5-
YUV125.39139.64171.95-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.21%
GREEN value IS 90 (35.55% from 255) = 21.28%
BLUE value IS 146 (57.42% from 255) = 34.52%
R=44.21%
G=21.28%
B=34.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1879014600.520.220.27325.3641.6354.31
HexBB5A92034161B1452a36
Octal27313222206426335055266
Binary1011101110110101001001001101001011011011101000101101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5A92; }

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

 H1.HeaderClassName
 {
   color: #BB5A92;
 }
 .AnyTagClassName
 {
   color: #BB5A92;
 }
</style>
background-color css

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

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

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

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

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

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