#BB4668

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

Shades of Blush #BB4668

Tints of Blush #BB4668

Color information

#BB4668 (or 0xBB4668) is unknown color: approx Blush. HEX triplet: BB, 46 and 68. RGB value is (187,70,104). Sum of RGB (Red+Green+Blue) = 187+70+104=361 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.80% from 361); Green value is 70 (27.73% from 255 or 19.39% from 361); Blue value is 104 (41.02% from 255 or 28.81% from 361); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4668 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4668 is #44B997. Grayscale: #6C6C6C. Windows color (decimal): -4503960 or 6833851. OLE color: 6833851.

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

Color convert

RGB18770104-
CMYK00.630.440.27
HSL342.56º46.25%50.39%-
HSV(B)342.56º62.57%73.33%-
XYZ25.1815.9414.85-
YUV108.86125.26183.74-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 51.80%
GREEN value IS 70 (27.73% from 255) = 19.39%
BLUE value IS 104 (41.02% from 255) = 28.81%
R=51.80%
G=19.39%
B=28.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1877010400.630.440.27342.5646.2550.39
HexBB466803F2C1B1572e32
Octal27310615007754335275662
Binary1011101110001101101000011111110110011011101010111101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4668; }

 p { color: rgb(187,70,104); }

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

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

 a { background-color: rgb(187,70,104); }

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

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

 span { border-color: rgb(187,70,104); }

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