#BB6066

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

Shades of Blush #BB6066

Tints of Blush #BB6066

Color information

#BB6066 (or 0xBB6066) is unknown color: approx Blush. HEX triplet: BB, 60 and 66. RGB value is (187,96,102). Sum of RGB (Red+Green+Blue) = 187+96+102=385 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.57% from 385); Green value is 96 (37.89% from 255 or 24.94% from 385); Blue value is 102 (40.23% from 255 or 26.49% from 385); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6066 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6066 is #449F99. Grayscale: #7B7B7B. Windows color (decimal): -4497306 or 6709435. OLE color: 6709435.

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

Color convert

RGB18796102-
CMYK00.490.450.27
HSL356.04º40.09%55.49%-
HSV(B)356.04º48.66%73.33%-
XYZ27.0719.8914.98-
YUV123.89115.65173.01-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 48.57%
GREEN value IS 96 (37.89% from 255) = 24.94%
BLUE value IS 102 (40.23% from 255) = 26.49%
R=48.57%
G=24.94%
B=26.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1879610200.490.450.27356.0440.0955.49
HexBB60660312D1B1642837
Octal27314014606155335445067
Binary1011101111000001100110011000110110111011101100100101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6066; }

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

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

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

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

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

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

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

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