#bb626b

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

Shades of Blush #BB626B

Tints of Blush #BB626B

Color information

#BB626B (or 0xBB626B) is unknown color: approx Blush. HEX triplet: BB, 62 and 6B. RGB value is (187,98,107). Sum of RGB (Red+Green+Blue) = 187+98+107=392 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.70% from 392); Green value is 98 (38.67% from 255 or 25% from 392); Blue value is 107 (42.19% from 255 or 27.30% from 392); Max value from RGB is 187 - color contains mainly: red. Hex color #BB626B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB626B is #449D94. Grayscale: #7D7D7D. Windows color (decimal): -4496789 or 7037627. OLE color: 7037627.

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

Color convert

RGB18798107-
CMYK00.480.430.27
HSL353.93º39.56%55.88%-
HSV(B)353.93º47.59%73.33%-
XYZ27.5220.3616.39-
YUV125.64117.49171.77-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 47.70%
GREEN value IS 98 (38.67% from 255) = 25%
BLUE value IS 107 (42.19% from 255) = 27.30%
R=47.70%
G=25%
B=27.30%

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
Decimal1879810700.480.430.27353.9339.5655.88
HexBB626B0302B1B1622838
Octal27314215306053335425070
Binary1011101111000101101011011000010101111011101100010101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb626b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb626b; }

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

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

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

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

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

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

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

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