#BB4663

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

Shades of Blush #BB4663

Tints of Blush #BB4663

Color information

#BB4663 (or 0xBB4663) is unknown color: approx Blush. HEX triplet: BB, 46 and 63. RGB value is (187,70,99). Sum of RGB (Red+Green+Blue) = 187+70+99=356 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.53% from 356); Green value is 70 (27.73% from 255 or 19.66% from 356); Blue value is 99 (39.06% from 255 or 27.81% from 356); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4663 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4663 is #44B99C. Grayscale: #6C6C6C. Windows color (decimal): -4503965 or 6506171. OLE color: 6506171.

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

Color convert

RGB1877099-
CMYK00.630.470.27
HSL345.13º46.25%50.39%-
HSV(B)345.13º62.57%73.33%-
XYZ24.9415.8513.55-
YUV108.29122.76184.14-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 52.53%
GREEN value IS 70 (27.73% from 255) = 19.66%
BLUE value IS 99 (39.06% from 255) = 27.81%
R=52.53%
G=19.66%
B=27.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.47
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187709900.630.470.27345.1346.2550.39
HexBB466303F2F1B1592e32
Octal27310614307757335315662
Binary1011101110001101100011011111110111111011101011001101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4663; }

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

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

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

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

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

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

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

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