#BB5672

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

Shades of Blush #BB5672

Tints of Blush #BB5672

Color information

#BB5672 (or 0xBB5672) is unknown color: approx Blush. HEX triplet: BB, 56 and 72. RGB value is (187,86,114). Sum of RGB (Red+Green+Blue) = 187+86+114=387 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.32% from 387); Green value is 86 (33.98% from 255 or 22.22% from 387); Blue value is 114 (44.92% from 255 or 29.46% from 387); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5672 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5672 is #44A98D. Grayscale: #777777. Windows color (decimal): -4499854 or 7493307. OLE color: 7493307.

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

Color convert

RGB18786114-
CMYK00.540.390.27
HSL343.37º42.62%53.53%-
HSV(B)343.37º54.01%73.33%-
XYZ26.8618.4418.06-
YUV119.39124.96176.22-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 48.32%
GREEN value IS 86 (33.98% from 255) = 22.22%
BLUE value IS 114 (44.92% from 255) = 29.46%
R=48.32%
G=22.22%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1878611400.540.390.27343.3742.6253.53
HexBB5672036271B1572b36
Octal27312616206647335275366
Binary1011101110101101110010011011010011111011101010111101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5672; }

 p { color: rgb(187,86,114); }

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

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

 a { background-color: rgb(187,86,114); }

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

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

 span { border-color: rgb(187,86,114); }

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