#BB4063

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

Shades of Blush #BB4063

Tints of Blush #BB4063

Color information

#BB4063 (or 0xBB4063) is unknown color: approx Blush. HEX triplet: BB, 40 and 63. RGB value is (187,64,99). Sum of RGB (Red+Green+Blue) = 187+64+99=350 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.43% from 350); Green value is 64 (25.39% from 255 or 18.29% from 350); Blue value is 99 (39.06% from 255 or 28.29% from 350); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4063 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4063 is #44BF9C. Grayscale: #686868. Windows color (decimal): -4505501 or 6504635. OLE color: 6504635.

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

Color convert

RGB1876499-
CMYK00.660.470.27
HSL342.93º49%49.22%-
HSV(B)342.93º65.78%73.33%-
XYZ24.5815.1313.43-
YUV104.77124.75186.65-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 53.43%
GREEN value IS 64 (25.39% from 255) = 18.29%
BLUE value IS 99 (39.06% from 255) = 28.29%
R=53.43%
G=18.29%
B=28.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.47
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187649900.660.470.27342.934949.22
HexBB40630422F1B1573131
Octal273100143010257335276161
Binary10111011100000011000110100001010111111011101010111110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4063; }

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

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

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

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

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

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

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

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