#BB4563

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

Shades of Blush #BB4563

Tints of Blush #BB4563

Color information

#BB4563 (or 0xBB4563) is unknown color: approx Blush. HEX triplet: BB, 45 and 63. RGB value is (187,69,99). Sum of RGB (Red+Green+Blue) = 187+69+99=355 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.68% from 355); Green value is 69 (27.34% from 255 or 19.44% from 355); Blue value is 99 (39.06% from 255 or 27.89% from 355); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4563 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4563 is #44BA9C. Grayscale: #6B6B6B. Windows color (decimal): -4504221 or 6505915. OLE color: 6505915.

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

Color convert

RGB1876999-
CMYK00.630.470.27
HSL344.75º46.46%50.2%-
HSV(B)344.75º63.1%73.33%-
XYZ24.8715.7213.53-
YUV107.7123.09184.56-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 52.68%
GREEN value IS 69 (27.34% from 255) = 19.44%
BLUE value IS 99 (39.06% from 255) = 27.89%
R=52.68%
G=19.44%
B=27.89%

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
Decimal187699900.630.470.27344.7546.4650.2
HexBB456303F2F1B1592e32
Octal27310514307757335315662
Binary1011101110001011100011011111110111111011101011001101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4563; }

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

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

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

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

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

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

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

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