#BB4463

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

Shades of Blush #BB4463

Tints of Blush #BB4463

Color information

#BB4463 (or 0xBB4463) is unknown color: approx Blush. HEX triplet: BB, 44 and 63. RGB value is (187,68,99). Sum of RGB (Red+Green+Blue) = 187+68+99=354 (46% of max value = 765). Red value is 187 (73.44% from 255 or 52.82% from 354); Green value is 68 (26.95% from 255 or 19.21% from 354); Blue value is 99 (39.06% from 255 or 27.97% from 354); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4463 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4463 is #44BB9C. Grayscale: #6B6B6B. Windows color (decimal): -4504477 or 6505659. OLE color: 6505659.

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

Color convert

RGB1876899-
CMYK00.640.470.27
HSL344.37º46.67%50%-
HSV(B)344.37º63.64%73.33%-
XYZ24.8115.613.51-
YUV107.12123.42184.98-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 52.82%
GREEN value IS 68 (26.95% from 255) = 19.21%
BLUE value IS 99 (39.06% from 255) = 27.97%
R=52.82%
G=19.21%
B=27.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.47
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187689900.640.470.27344.3746.6750
HexBB44630402F1B1582f32
Octal273104143010057335305762
Binary10111011100010011000110100000010111111011101011000101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4463; }

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

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

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

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

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

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

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

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