#bb626a

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

Shades of Blush #BB626A

Tints of Blush #BB626A

Color information

#BB626A (or 0xBB626A) is unknown color: approx Blush. HEX triplet: BB, 62 and 6A. RGB value is (187,98,106). Sum of RGB (Red+Green+Blue) = 187+98+106=391 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.83% from 391); Green value is 98 (38.67% from 255 or 25.06% from 391); Blue value is 106 (41.80% from 255 or 27.11% from 391); Max value from RGB is 187 - color contains mainly: red. Hex color #BB626A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB626A is #449D95. Grayscale: #7D7D7D. Windows color (decimal): -4496790 or 6972091. OLE color: 6972091.

HSL color Cylindrical-coordinate representation of color #BB626A: hue angle of 354.61º 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 #BB626A is Cyan = 0, Magento = 0.48, Yellow = 0.43 and Black (K on CMYK) = 0.27.

Color convert

RGB18798106-
CMYK00.480.430.27
HSL354.61º39.56%55.88%-
HSV(B)354.61º47.59%73.33%-
XYZ27.4620.3416.11-
YUV125.52116.99171.85-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 47.83%
GREEN value IS 98 (38.67% from 255) = 25.06%
BLUE value IS 106 (41.80% from 255) = 27.11%
R=47.83%
G=25.06%
B=27.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.43
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1879810600.480.430.27354.6139.5655.88
HexBB626A0302B1B1632838
Octal27314215206053335435070
Binary1011101111000101101010011000010101111011101100011101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb626a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb626a; }

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

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

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

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

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

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

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

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