#BB6266

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

Shades of Blush #BB6266

Tints of Blush #BB6266

Color information

#BB6266 (or 0xBB6266) is unknown color: approx Blush. HEX triplet: BB, 62 and 66. RGB value is (187,98,102). Sum of RGB (Red+Green+Blue) = 187+98+102=387 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.32% from 387); Green value is 98 (38.67% from 255 or 25.32% from 387); Blue value is 102 (40.23% from 255 or 26.36% from 387); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6266 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6266 is #449D99. Grayscale: #7D7D7D. Windows color (decimal): -4496794 or 6709947. OLE color: 6709947.

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

Color convert

RGB18798102-
CMYK00.480.450.27
HSL357.3º39.56%55.88%-
HSV(B)357.3º47.59%73.33%-
XYZ27.2620.2615.04-
YUV125.07114.99172.17-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 48.32%
GREEN value IS 98 (38.67% from 255) = 25.32%
BLUE value IS 102 (40.23% from 255) = 26.36%
R=48.32%
G=25.32%
B=26.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1879810200.480.450.27357.339.5655.88
HexBB62660302D1B1652838
Octal27314214606055335455070
Binary1011101111000101100110011000010110111011101100101101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6266; }

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

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

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

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

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

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

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

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