#BB5873

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

Shades of Blush #BB5873

Tints of Blush #BB5873

Color information

#BB5873 (or 0xBB5873) is unknown color: approx Blush. HEX triplet: BB, 58 and 73. RGB value is (187,88,115). Sum of RGB (Red+Green+Blue) = 187+88+115=390 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.95% from 390); Green value is 88 (34.77% from 255 or 22.56% from 390); Blue value is 115 (45.31% from 255 or 29.49% from 390); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5873 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5873 is #44A78C. Grayscale: #787878. Windows color (decimal): -4499341 or 7559355. OLE color: 7559355.

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

Color convert

RGB18788115-
CMYK00.530.390.27
HSL343.64º42.13%53.92%-
HSV(B)343.64º52.94%73.33%-
XYZ27.0818.7818.42-
YUV120.68124.8175.3-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 47.95%
GREEN value IS 88 (34.77% from 255) = 22.56%
BLUE value IS 115 (45.31% from 255) = 29.49%
R=47.95%
G=22.56%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1878811500.530.390.27343.6442.1353.92
HexBB5873035271B1582a36
Octal27313016306547335305266
Binary1011101110110001110011011010110011111011101011000101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5873; }

 p { color: rgb(187,88,115); }

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

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

 a { background-color: rgb(187,88,115); }

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

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

 span { border-color: rgb(187,88,115); }

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