#BB6466

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

Shades of Blush #BB6466

Tints of Blush #BB6466

Color information

#BB6466 (or 0xBB6466) is unknown color: approx Blush. HEX triplet: BB, 64 and 66. RGB value is (187,100,102). Sum of RGB (Red+Green+Blue) = 187+100+102=389 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.07% from 389); Green value is 100 (39.45% from 255 or 25.71% from 389); Blue value is 102 (40.23% from 255 or 26.22% from 389); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6466 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6466 is #449B99. Grayscale: #7E7E7E. Windows color (decimal): -4496282 or 6710459. OLE color: 6710459.

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

Color convert

RGB187100102-
CMYK00.470.450.27
HSL358.62º39.01%56.27%-
HSV(B)358.62º46.52%73.33%-
XYZ27.4520.6415.11-
YUV126.24114.32171.34-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 48.07%
GREEN value IS 100 (39.45% from 255) = 25.71%
BLUE value IS 102 (40.23% from 255) = 26.22%
R=48.07%
G=25.71%
B=26.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18710010200.470.450.27358.6239.0156.27
HexBB646602F2D1B1672738
Octal27314414605755335474770
Binary1011101111001001100110010111110110111011101100111100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6466; }

 p { color: rgb(187,100,102); }

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

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

 a { background-color: rgb(187,100,102); }

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

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

 span { border-color: rgb(187,100,102); }

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