#BB626E

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

Shades of Blush #BB626E

Tints of Blush #BB626E

Color information

#BB626E (or 0xBB626E) is unknown color: approx Blush. HEX triplet: BB, 62 and 6E. RGB value is (187,98,110). Sum of RGB (Red+Green+Blue) = 187+98+110=395 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.34% from 395); Green value is 98 (38.67% from 255 or 24.81% from 395); Blue value is 110 (43.36% from 255 or 27.85% from 395); Max value from RGB is 187 - color contains mainly: red. Hex color #BB626E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB626E is #449D91. Grayscale: #7E7E7E. Windows color (decimal): -4496786 or 7234235. OLE color: 7234235.

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

Color convert

RGB18798110-
CMYK00.480.410.27
HSL351.91º39.56%55.88%-
HSV(B)351.91º47.59%73.33%-
XYZ27.6820.4317.24-
YUV125.98118.99171.52-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 47.34%
GREEN value IS 98 (38.67% from 255) = 24.81%
BLUE value IS 110 (43.36% from 255) = 27.85%
R=47.34%
G=24.81%
B=27.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1879811000.480.410.27351.9139.5655.88
HexBB626E030291B1602838
Octal27314215606051335405070
Binary1011101111000101101110011000010100111011101100000101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB626E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB626E; }

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

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

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

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

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

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

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

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