#BB4669

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

Shades of Blush #BB4669

Tints of Blush #BB4669

Color information

#BB4669 (or 0xBB4669) is unknown color: approx Blush. HEX triplet: BB, 46 and 69. RGB value is (187,70,105). Sum of RGB (Red+Green+Blue) = 187+70+105=362 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.66% from 362); Green value is 70 (27.73% from 255 or 19.34% from 362); Blue value is 105 (41.41% from 255 or 29.01% from 362); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4669 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4669 is #44B996. Grayscale: #6C6C6C. Windows color (decimal): -4503959 or 6899387. OLE color: 6899387.

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

Color convert

RGB18770105-
CMYK00.630.440.27
HSL342.05º46.25%50.39%-
HSV(B)342.05º62.57%73.33%-
XYZ25.2315.9715.12-
YUV108.97125.76183.65-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 51.66%
GREEN value IS 70 (27.73% from 255) = 19.34%
BLUE value IS 105 (41.41% from 255) = 29.01%
R=51.66%
G=19.34%
B=29.01%

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
Decimal1877010500.630.440.27342.0546.2550.39
HexBB466903F2C1B1562e32
Octal27310615107754335265662
Binary1011101110001101101001011111110110011011101010110101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4669; }

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

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

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

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

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

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

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

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